Skip to content

Commit

Permalink
reduce flake by increasing viewport height
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiller1990 committed Jun 27, 2022
1 parent f1b5153 commit 42dbe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/cypress/e2e/specs.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('App: Specs', () => {

const expectedScaffoldPathsForPlatform = expectedScaffoldPaths.map(getPathForPlatform)

it('scaffolds example files when card is clicked', () => {
it('scaffolds example files when card is clicked', { viewportHeight: 1200 }, () => {
cy.get('@ScaffoldCard').click()

cy.findByRole('dialog', {
Expand Down

0 comments on commit 42dbe54

Please sign in to comment.