Commit 23f189a4 authored by ioedeveloper's avatar ioedeveloper

Fix failing solidityUnit test

parent b3fcb2ed
...@@ -165,8 +165,8 @@ module.exports = { ...@@ -165,8 +165,8 @@ module.exports = {
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]') .waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]')
// eslint-disable-next-line dot-notation // eslint-disable-next-line dot-notation
.execute(function () { document.querySelector('*[data-id="modalDialogCustomPromptTextCreate"]')['value'] = 'workspace_new' }) .execute(function () { document.querySelector('*[data-id="modalDialogCustomPromptTextCreate"]')['value'] = 'workspace_new' })
.waitForElementVisible('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') .waitForElementVisible('[data-id="fileSystem-modal-footer-ok-react"]')
.click('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') .click('[data-id="fileSystem-modal-footer-ok-react"]')
.pause(2000) .pause(2000)
.click('*[data-id="workspacesSelect"] option[value="workspace_new"]') .click('*[data-id="workspacesSelect"] option[value="workspace_new"]')
// end of creating // end of creating
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment