Skip to content

Commit

Permalink
to make test independent
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbell committed Dec 5, 2023
1 parent 6ea14c9 commit f9737a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/functional/search.e2e.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ test.describe('Grand Search', () => {

test('Slowly typing after search debounce will abort requests @couchdb', async ({ page }) => {
let requestWasAborted = false;
//await createObjectsForSearch(page);
await createObjectsForSearch(page);
page.on('requestfailed', (request) => {
// check if the request was aborted
if (request.failure().errorText === 'net::ERR_ABORTED') {
Expand Down

0 comments on commit f9737a5

Please sign in to comment.