Skip to content

Commit

Permalink
test: increase ms to wait due to vite start
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Nov 9, 2023
1 parent 9cae5b7 commit 4e3c4b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Given('an application with {string} filter preselected', (preselectedFilter: str
});
// TODO: Check why we need to wait a few ms so the preselected are actually pushed into the url
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(30);
cy.wait(60);
});

Then('filter {string} is selected', function (filterLabel: string) {
Expand Down

0 comments on commit 4e3c4b6

Please sign in to comment.