@public-ui/visual-tests 4.1.1-rc.0 → 4.1.1-rc.2
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 +3 -3
- package/tests/sample-app.routes.js +11 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "4.1.1-rc.
|
|
3
|
+
"version": "4.1.1-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"axe-html-reporter": "2.2.11",
|
|
30
30
|
"http-server": "14.1.1",
|
|
31
31
|
"portfinder": "1.0.38",
|
|
32
|
-
"@public-ui/sample-react": "4.1.1-rc.
|
|
32
|
+
"@public-ui/sample-react": "4.1.1-rc.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/eslint-parser": "7.28.6",
|
|
36
36
|
"@eslint/js": "9.39.3",
|
|
37
37
|
"@playwright/test": "1.58.2",
|
|
38
38
|
"eslint": "9.39.3",
|
|
39
|
-
"globals": "17.
|
|
39
|
+
"globals": "17.4.0",
|
|
40
40
|
"knip": "5.85.0",
|
|
41
41
|
"prettier": "3.8.1",
|
|
42
42
|
"prettier-plugin-organize-imports": "4.3.0"
|
|
@@ -989,6 +989,17 @@ ROUTES.set('table/sticky-header', {
|
|
|
989
989
|
},
|
|
990
990
|
},
|
|
991
991
|
});
|
|
992
|
+
ROUTES.set('table/sticky-cols', {
|
|
993
|
+
snapshot: {
|
|
994
|
+
viewportSize: {
|
|
995
|
+
width: 1000,
|
|
996
|
+
height: 1000,
|
|
997
|
+
},
|
|
998
|
+
zoom: {
|
|
999
|
+
skip: true,
|
|
1000
|
+
},
|
|
1001
|
+
},
|
|
1002
|
+
});
|
|
992
1003
|
ROUTES.set('tabs/basic', {
|
|
993
1004
|
snapshot: {
|
|
994
1005
|
zoom: {
|