Skip to content

Commit

Permalink
Adds 'πŸ” ' to beginning of search bar assertions in cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilodonP committed Feb 11, 2025
1 parent 53f3715 commit 5fc5daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/contactsSpec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("Contacts page", () => {
cy.get("input[type='search']").should(
"have.attr",
"placeholder",
"Search Contacts"
"πŸ” Search Contacts"
);
});

Expand Down Expand Up @@ -342,7 +342,7 @@ describe("Sad Paths - Contacts Page", () => {
cy.get("input[type='search']").should(
"have.attr",
"placeholder",
"Search Contacts"
"πŸ” Search Contacts"
);

cy.get("table").find("th").should("have.length", 3);
Expand Down

0 comments on commit 5fc5daa

Please sign in to comment.