Skip to content

Commit

Permalink
Add opening the side menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Oct 9, 2023
1 parent 4a843a6 commit d321456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/end-to-end/cypress/e2e/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe('Tasks', () => {
// });

it('CreateCleanTask', () => {
cy.get('[data-cy=navbar-hamburger]').should('exist').click();
cy.contains(translation['SLIDE_MENU']['TASKS']).should('exist').click();
cy.contains(translation['TASK']['ADD_TASK']).should('exist').and('not.be.disabled').click();
cy.contains(tasks['CLEANING_TASK']).should('exist').click();
Expand Down

0 comments on commit d321456

Please sign in to comment.