@public-ui/visual-tests 3.0.0-alpha.1 → 3.0.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/visual-tests",
3
- "version": "3.0.0-alpha.1",
3
+ "version": "3.0.0-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "axe-playwright": "2.0.3",
27
27
  "portfinder": "1.0.32",
28
28
  "serve": "14.2.4",
29
- "@public-ui/sample-react": "3.0.0-alpha.1"
29
+ "@public-ui/sample-react": "3.0.0-rc.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/eslint-parser": "7.25.9",
@@ -498,11 +498,6 @@ ROUTES.set('version/context', {
498
498
  skipFailures: false,
499
499
  },
500
500
  });
501
- ROUTES.set('scenarios/appointment-form', {
502
- axe: {
503
- skipFailures: false,
504
- },
505
- });
506
501
  ROUTES.set('scenarios/static-form', {
507
502
  axe: {
508
503
  skipFailures: false,
@@ -61,7 +61,7 @@ ROUTES.forEach((options, route) => {
61
61
  }
62
62
  await expect(page).toHaveScreenshot({
63
63
  fullPage: true,
64
- maxDiffPixelRatio: 0.01,
64
+ maxDiffPixelRatio: 0.0,
65
65
  ...options,
66
66
  });
67
67
  });