Skip to content

Commit

Permalink
test: add larger screen display to settings spec
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Nov 12, 2024
1 parent c553efd commit 92738c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cypress/src/integration/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ describe('[Settings]', () => {
})

it('Can create member', () => {
cy.viewport('macbook-16')

const country = 'Bolivia'
const userImage = 'avatar'
const displayName = 'settings_member_new'
Expand Down

0 comments on commit 92738c3

Please sign in to comment.