pull/5370/head
bunsenstraat 3 years ago committed by Aniket
parent f6652a8ec3
commit 6a30bc214b
  1. 2
      apps/remix-ide-e2e/src/tests/search.test.ts

@ -205,7 +205,7 @@ module.exports = {
.getEditorValue((content) => {
browser.assert.ok(content.includes('changed'), 'should have text ok')
}
).pause(4000)
).pause(5000)
.waitForElementVisible('*[data-id="undo-replace-test.sol"]')
.getAttribute('[data-id="undo-replace-test.sol"]', 'disabled', (result) => {
browser.assert.equal(result.value, 'true', 'should be disabled')

Loading…
Cancel
Save