double flaky

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

@ -8,7 +8,7 @@ module.exports = {
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done, 'http://127.0.0.1:8080', true)
},
'Should find text #group1': function (browser: NightwatchBrowser) {
'Should find text #group1 #flaky': function (browser: NightwatchBrowser) {
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]')
.click('*[plugin="search"]').waitForElementVisible('*[id="search_input"]')
.waitForElementVisible('*[id="search_include"]')

Loading…
Cancel
Save