pull/5335/head
bunsenstraat 4 weeks ago
parent 055f34477e
commit 229365ebe9
  1. 2
      apps/remixdesktop/test/tests/app/search.test.ts

@ -47,7 +47,7 @@ module.exports = {
.waitForElementContainsText('*[data-id="search_results"]', 'sender.voted')
.waitForElementContainsText('*[data-id="search_results"]', 'read')
.elements('css selector', '.search_plugin_search_line', (res) => {
Array.isArray(res.value) && browser.assert.equal(res.value.length, 6)
Array.isArray(res.value) && browser.assert.equal(res.value.length, 7)
})
}, 'Should find text with exclude #group1': function (browser: NightwatchBrowser) {
browser

Loading…
Cancel
Save