Powered by
you can use `cy.get('.search-button).should('have....
# e2e-testing
t
thankful-pencil-94627
10/27/2022, 12:40 PM
you can use
cy.get('.search-button).should('have.length',number)
or just a
show('be.visible')
to wait until appear
Previous
Next