@public-ui/visual-tests 4.1.4-rc.6 → 4.1.5-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 +4 -4
- package/tests/sample-app.routes.js +14 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"kolibri-visual-test": "src/index.js"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@axe-core/playwright": "4.11.
|
|
28
|
+
"@axe-core/playwright": "4.11.3",
|
|
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.
|
|
32
|
+
"@public-ui/sample-react": "4.1.5-rc.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/eslint-parser": "7.28.6",
|
|
36
36
|
"@eslint/js": "9.39.4",
|
|
37
37
|
"@playwright/test": "1.59.1",
|
|
38
38
|
"eslint": "9.39.4",
|
|
39
|
-
"globals": "17.
|
|
39
|
+
"globals": "17.6.0",
|
|
40
40
|
"knip": "5.88.1",
|
|
41
41
|
"prettier": "3.8.3",
|
|
42
42
|
"prettier-plugin-organize-imports": "4.3.0"
|
|
@@ -710,6 +710,20 @@ ROUTES.set('pagination/basic', {
|
|
|
710
710
|
},
|
|
711
711
|
},
|
|
712
712
|
});
|
|
713
|
+
ROUTES.set('pagination/button-visibility', {
|
|
714
|
+
snapshot: {
|
|
715
|
+
zoom: {
|
|
716
|
+
skip: true,
|
|
717
|
+
},
|
|
718
|
+
},
|
|
719
|
+
});
|
|
720
|
+
ROUTES.set('pagination/sibling-boundary', {
|
|
721
|
+
snapshot: {
|
|
722
|
+
zoom: {
|
|
723
|
+
skip: true,
|
|
724
|
+
},
|
|
725
|
+
},
|
|
726
|
+
});
|
|
713
727
|
ROUTES.set('popover-button/basic', {
|
|
714
728
|
snapshot: {
|
|
715
729
|
zoom: {
|