Skip to content

Commit

Permalink
Deployment Issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
david emioma committed May 7, 2024
1 parent 589009c commit da59144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/search.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("Search For Products", () => {
});

it("Should show no result for product that does not exists", () => {
cy.get('[data-cy="product-search-bar-input"]').first().type("test");
cy.get('[data-cy="product-search-bar-input"]').first().type("test product");

cy.get('[data-cy="product-search-bar-input-search"]').first().click();

Expand Down

0 comments on commit da59144

Please sign in to comment.