We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42edcde commit a6ab3faCopy full SHA for a6ab3fa
cypress/integration/search-ui.spec.js
@@ -58,7 +58,6 @@ describe(`${playground} playground test`, () => {
58
cy.wait(1000)
59
cy.get(facet).eq(0).find(facetCount).eq(0).contains('5') // genres > action count
60
cy.get(facet).eq(1).find(facetCount).eq(0).contains('4') // players > multiplayer
61
- cy.wait(1000)
62
})
63
64
it('Search', () => {
0 commit comments