Skip to content

Commit

Permalink
force true
Browse files Browse the repository at this point in the history
  • Loading branch information
plang-psm committed Jun 15, 2024
1 parent e363ec1 commit 5bfe5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/navbar/navbar.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ describe('Test links on the mobile navbar', () => {
beforeEach(() => {
cy.visit('/');
cy.viewport('iphone-x');
cy.getDataTest('mobile-hamburger-menu-open').trigger('click')
cy.getDataTest('mobile-hamburger-menu-open').trigger('click', { force: true });
});
it('Test logo text to direct to home page', () => {
cy.getDataTest('mobile-nav-title').click();
Expand Down

0 comments on commit 5bfe5b4

Please sign in to comment.