Skip to content
Prev Previous commit
Next Next commit
Use proper project ID
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Sep 25, 2023
commit 998378e347661c14247d1efda4eb6cfb34c0164c
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import browserify from '@cypress/browserify-preprocessor'
import getCompareSnapshotsPlugin from 'cypress-visual-regression/dist/plugin'

export default defineConfig({
projectId: 'hx9gqy',
projectId: '5bsgwk',

// 16/9 screen ratio
viewportWidth: 1280,
Expand Down