@public-ui/visual-tests 2.2.13-414974dfef358e0b2883d8e781bf77fa726d3b61.0 → 2.2.13-603ebe15334c9965cdf9651be4b298dbd33dbbf6.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": "2.2.13-
|
|
3
|
+
"version": "2.2.13-603ebe15334c9965cdf9651be4b298dbd33dbbf6.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-playwright": "2.1.0",
|
|
30
30
|
"portfinder": "1.0.37",
|
|
31
31
|
"serve": "14.2.4",
|
|
32
|
-
"@public-ui/sample-react": "2.2.13-
|
|
32
|
+
"@public-ui/sample-react": "2.2.13-603ebe15334c9965cdf9651be4b298dbd33dbbf6.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@babel/eslint-parser": "7.27.5",
|
|
@@ -233,9 +233,6 @@ ROUTES.set('form/error-list', {
|
|
|
233
233
|
},
|
|
234
234
|
});
|
|
235
235
|
ROUTES.set('heading/badge', {
|
|
236
|
-
axe: {
|
|
237
|
-
skipFailures: true,
|
|
238
|
-
},
|
|
239
236
|
snapshot: {
|
|
240
237
|
skip: true,
|
|
241
238
|
zoom: {
|
|
@@ -244,9 +241,6 @@ ROUTES.set('heading/badge', {
|
|
|
244
241
|
},
|
|
245
242
|
});
|
|
246
243
|
ROUTES.set('heading/basic', {
|
|
247
|
-
axe: {
|
|
248
|
-
skipFailures: true,
|
|
249
|
-
},
|
|
250
244
|
snapshot: {
|
|
251
245
|
viewportSize: {
|
|
252
246
|
width: 250,
|
|
@@ -259,9 +253,6 @@ ROUTES.set('heading/basic', {
|
|
|
259
253
|
});
|
|
260
254
|
ROUTES.set('heading/secondary');
|
|
261
255
|
ROUTES.set('heading/paragraph', {
|
|
262
|
-
axe: {
|
|
263
|
-
skipFailures: true,
|
|
264
|
-
},
|
|
265
256
|
snapshot: {
|
|
266
257
|
skip: true,
|
|
267
258
|
zoom: {
|