Skip to content

Commit

Permalink
fix(test) - navigation unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashika6 committed Sep 27, 2024
1 parent 476e0a1 commit dea3fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/twig/cypress/e2e/navigation/navigation.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe("navigation", () => {
.should("exist")
.click()
.then(() => {
cy.wait(500);
cy.get(".ilo--search--open").should("exist");
cy.get("input").should("be.focused");
});
Expand Down

0 comments on commit dea3fdb

Please sign in to comment.