@public-ui/visual-tests 3.0.6 → 3.0.7-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.
|
|
3
|
+
"version": "3.0.7-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"axe-playwright": "2.2.2",
|
|
29
29
|
"portfinder": "1.0.38",
|
|
30
30
|
"serve": "14.2.5",
|
|
31
|
-
"@public-ui/sample-react": "3.0.
|
|
31
|
+
"@public-ui/sample-react": "3.0.7-rc.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/eslint-parser": "7.28.4",
|
|
35
35
|
"@babel/plugin-syntax-import-attributes": "7.27.1",
|
|
36
36
|
"@babel/preset-env": "7.28.3",
|
|
37
|
-
"@playwright/test": "1.55.
|
|
37
|
+
"@playwright/test": "1.55.1",
|
|
38
38
|
"eslint": "8.57.1",
|
|
39
|
-
"knip": "5.
|
|
39
|
+
"knip": "5.64.0",
|
|
40
40
|
"prettier": "3.6.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@playwright/test": "1.55.
|
|
43
|
+
"@playwright/test": "1.55.1"
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"playwright.config.js",
|
|
@@ -561,13 +561,6 @@ ROUTES.set('nav/basic', {
|
|
|
561
561
|
},
|
|
562
562
|
},
|
|
563
563
|
});
|
|
564
|
-
ROUTES.set('nav/horizontal', {
|
|
565
|
-
snapshot: {
|
|
566
|
-
zoom: {
|
|
567
|
-
skip: true,
|
|
568
|
-
},
|
|
569
|
-
},
|
|
570
|
-
});
|
|
571
564
|
ROUTES.set('pagination/basic', {
|
|
572
565
|
snapshot: {
|
|
573
566
|
zoom: {
|
|
@@ -722,6 +715,13 @@ ROUTES.set('table/complex-headers', {
|
|
|
722
715
|
},
|
|
723
716
|
},
|
|
724
717
|
});
|
|
718
|
+
ROUTES.set('table/non-hidable-columns', {
|
|
719
|
+
snapshot: {
|
|
720
|
+
zoom: {
|
|
721
|
+
skip: true,
|
|
722
|
+
},
|
|
723
|
+
},
|
|
724
|
+
});
|
|
725
725
|
ROUTES.set('table/stateful-with-selection', {
|
|
726
726
|
snapshot: {
|
|
727
727
|
zoom: {
|