Skip to content

Commit a6ab3fa

Browse files
committed
Remove useless wait in search-ui specs
1 parent 42edcde commit a6ab3fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cypress/integration/search-ui.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe(`${playground} playground test`, () => {
5858
cy.wait(1000)
5959
cy.get(facet).eq(0).find(facetCount).eq(0).contains('5') // genres > action count
6060
cy.get(facet).eq(1).find(facetCount).eq(0).contains('4') // players > multiplayer
61-
cy.wait(1000)
6261
})
6362

6463
it('Search', () => {

0 commit comments

Comments
 (0)