pull/2703/head^2
bunsenstraat 3 years ago committed by Aniket
parent 785783b2ea
commit ef6ff3e6c1
  1. 2
      apps/remix-ide-e2e/src/tests/search.test.ts

@ -184,7 +184,7 @@ module.exports = {
.getEditorValue((content) => {
browser.assert.ok(content.includes('123'), 'should have text ok')
}
).pause(1000)
).pause(5000)
.waitForElementNotPresent('*[data-id="undo-replace-test.sol"]')
},
'Should disable/enable button when edited content changed #group2': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save