pull/5370/head
bunsenstraat 3 years ago committed by Aniket
parent 26b43735b6
commit 9f585dc718
  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