Skip to content

Commit

Permalink
chore(goto): update cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 27, 2024
1 parent fafc39f commit bc32a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/cypress.config.ts
Expand Up @@ -11,6 +11,6 @@ export default defineConfig({
supportFile: './cypress/support/index.ts',
video: false,
},
viewportWidth: 1075,
viewportWidth: 1280,
viewportHeight: 825,
})
Expand Up @@ -72,6 +72,7 @@ describe('goto', () => {
})

it('scrolls horizontally', () => {
cy.viewport(1075, 825)
cy
.mount(() => (
<div id="container" style="overflow-x: auto;">
Expand Down

0 comments on commit bc32a67

Please sign in to comment.