@public-ui/visual-tests 4.0.1 → 4.0.2-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 +2 -2
- package/tests/sample-app.routes.js +22 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"axe-html-reporter": "2.2.11",
|
|
30
30
|
"portfinder": "1.0.38",
|
|
31
31
|
"serve": "14.2.5",
|
|
32
|
-
"@public-ui/sample-react": "4.0.
|
|
32
|
+
"@public-ui/sample-react": "4.0.2-rc.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/eslint-parser": "7.28.6",
|
|
@@ -555,6 +555,17 @@ ROUTES.set('input-text/readonly?noColumns', {
|
|
|
555
555
|
},
|
|
556
556
|
},
|
|
557
557
|
});
|
|
558
|
+
ROUTES.set('input-text/counter?noColumns', {
|
|
559
|
+
snapshot: {
|
|
560
|
+
viewportSize: {
|
|
561
|
+
width: 500,
|
|
562
|
+
height: 0,
|
|
563
|
+
},
|
|
564
|
+
zoom: {
|
|
565
|
+
skip: true,
|
|
566
|
+
},
|
|
567
|
+
},
|
|
568
|
+
});
|
|
558
569
|
ROUTES.set('input-text/access-short-key?noColumns', {
|
|
559
570
|
snapshot: {
|
|
560
571
|
viewportSize: {
|
|
@@ -852,6 +863,17 @@ ROUTES.set('table/sort-data', {
|
|
|
852
863
|
},
|
|
853
864
|
},
|
|
854
865
|
});
|
|
866
|
+
ROUTES.set('table/action-columns', {
|
|
867
|
+
snapshot: {
|
|
868
|
+
viewportSize: {
|
|
869
|
+
width: 1000,
|
|
870
|
+
height: 300,
|
|
871
|
+
},
|
|
872
|
+
zoom: {
|
|
873
|
+
skip: true,
|
|
874
|
+
},
|
|
875
|
+
},
|
|
876
|
+
});
|
|
855
877
|
ROUTES.set('table/with-footer', {
|
|
856
878
|
snapshot: {
|
|
857
879
|
viewportSize: {
|