execute click ok modal using browser command

pull/1575/head
ioedeveloper 3 years ago
parent ea17735df9
commit b1e9fc98c5
  1. 2
      apps/remix-ide-e2e/src/tests/workspace.test.ts

@ -84,7 +84,7 @@ module.exports = {
.click('*[data-id="workspacesSelect"] option[value="workspace_name_1"]')
.click('*[data-id="workspaceDelete"]') // delete workspace_name_1
.waitForElementVisible('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok')
.click('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok')
.execute(function () { (document.querySelector('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') as HTMLElement).click() })
.waitForElementNotPresent('*[data-id="workspacesSelect"] option[value="workspace_name_1"]')
.end()
},

Loading…
Cancel
Save