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

@ -166,6 +166,7 @@ module.exports = {
},
'Should hide button when edited content is the same #group2 #flaky': function (browser: NightwatchBrowser) {
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]')
.saveScreenshot('./reports/screenshots/search_replace_test_0.png')
.addFile('test.sol', { content: '123' })
.click('*[plugin="search"]')
.waitForElementVisible('*[id="search_input"]')

Loading…
Cancel
Save