Skip to content

Commit

Permalink
Fix journey diagram max-width assertion to 750px
Browse files Browse the repository at this point in the history
  • Loading branch information
nour kouider committed Feb 1, 2025
1 parent e5ad6ba commit 96c7d31
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 19 deletions.
3 changes: 3 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ export default eyesPlugin(
projectId: 'n2sma2',
viewportWidth: 1440,
viewportHeight: 1024,
defaultCommandTimeout: 30000,
pageLoadTimeout: 60000,
e2e: {
specPattern: 'cypress/integration/**/*.{js,ts}',
setupNodeEvents(on, config) {
config.defaultCommandTimeout = 30000;
coverage(on, config);
cypressSplit(on, config);
on('before:browser:launch', (browser, launchOptions) => {
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,16 @@
]
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.44.4",
"@applitools/eyes-cypress": "^3.44.9",
"@argos-ci/cypress": "^2.2.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@cspell/eslint-plugin": "^8.8.4",
"@cypress/code-coverage": "^3.12.30",
"@cypress/code-coverage": "^3.13.4",
"@eslint/js": "^9.4.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/cors": "^2.8.17",
"@types/cypress-image-snapshot": "^3.1.9",
"@types/express": "^4.17.21",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.6",
Expand All @@ -89,7 +90,7 @@
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"cspell": "^8.6.0",
"cypress": "^13.14.1",
"cypress": "^13.15.0",
"cypress-image-snapshot": "^4.0.1",
"cypress-split": "^1.24.0",
"esbuild": "^0.21.5",
Expand Down
Loading

0 comments on commit 96c7d31

Please sign in to comment.