@public-ui/visual-tests 2.1.0 → 2.1.1
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 +10 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@playwright/test": "1.43.1",
|
|
26
|
-
"@public-ui/sample-react": "2.1.0",
|
|
27
26
|
"axe-playwright": "2.0.1",
|
|
28
27
|
"portfinder": "1.0.32",
|
|
29
|
-
"serve": "14.2.3"
|
|
28
|
+
"serve": "14.2.3",
|
|
29
|
+
"@public-ui/sample-react": "2.1.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/eslint-parser": "7.24.1",
|
|
@@ -381,6 +381,16 @@ ROUTES.set('toast/basic', {
|
|
|
381
381
|
skipFailures: false,
|
|
382
382
|
},
|
|
383
383
|
});
|
|
384
|
+
ROUTES.set('toolbar/basic', {
|
|
385
|
+
axe: {
|
|
386
|
+
skipFailures: false,
|
|
387
|
+
},
|
|
388
|
+
});
|
|
389
|
+
ROUTES.set('toolbar/disabled', {
|
|
390
|
+
axe: {
|
|
391
|
+
skipFailures: false,
|
|
392
|
+
},
|
|
393
|
+
});
|
|
384
394
|
ROUTES.set('tree/basic/home', {
|
|
385
395
|
axe: {
|
|
386
396
|
skipFailures: false,
|