Skip to content

Commit

Permalink
ls changed classnane
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rugh <[email protected]>
  • Loading branch information
sirugh committed Oct 10, 2024
1 parent ca68262 commit f9b0cfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ it("is sent on search bar product click", () => {
cy.get(".nav-search-button").should("be.visible").click();
cy.wait(2000);
cy.get("#search").type("shirt");
cy.get(".livesearch.product-link", { timeout: 10000 })
cy.get(".livesearch .products-container a", { timeout: 10000 })
.first()
.click()
.then(() => {
Expand Down

0 comments on commit f9b0cfb

Please sign in to comment.