Skip to content

Commit

Permalink
fix more e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg authored and yann300 committed Oct 21, 2024
1 parent 670d596 commit 1efc3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/tests/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1efc3ff

Please sign in to comment.