Skip to content

Commit

Permalink
skip on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Forfold committed Nov 28, 2023
1 parent 08817af commit 83eb81f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/cypress/e2e/users.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ function testUsers(screen: ScreenFormat): void {
})

it('should view and interact with the profile calendar', () => {
if (screen === 'mobile') return

cy.createUser().then((user: Profile) => {
cy.setScheduleTarget({
target: {
Expand Down

0 comments on commit 83eb81f

Please sign in to comment.