fix more e2e

pull/5066/head
aniket-engg 1 month ago committed by yann300
parent 670d5965c7
commit 1efc3ffcd1
  1. 2
      apps/remix-ide-e2e/src/tests/search.test.ts

@ -79,7 +79,7 @@ module.exports = {
.clearValue('*[id="search_input"]')
.setValue('*[id="search_input"]', 'contract').sendKeys('*[id="search_input"]', browser.Keys.ENTER).pause(4000)
.elements('css selector', '.search_plugin_search_line', (res) => {
Array.isArray(res.value) && browser.assert.equal(res.value.length, 15)
Array.isArray(res.value) && browser.assert.equal(res.value.length, 16)
})
},
'Should replace text #group1': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save