@public-ui/visual-tests 2.1.4-alpha.1 → 2.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 +2 -2
- package/tests/sample-app.routes.js +0 -42
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.5-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"axe-playwright": "2.0.1",
|
|
27
27
|
"portfinder": "1.0.32",
|
|
28
28
|
"serve": "14.2.3",
|
|
29
|
-
"@public-ui/sample-react": "2.1.
|
|
29
|
+
"@public-ui/sample-react": "2.1.5-rc.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/eslint-parser": "7.24.7",
|
|
@@ -33,11 +33,6 @@ ROUTES.set('accordion/headlines', {
|
|
|
33
33
|
skipFailures: false,
|
|
34
34
|
},
|
|
35
35
|
});
|
|
36
|
-
ROUTES.set('accordion/list', {
|
|
37
|
-
axe: {
|
|
38
|
-
skipFailures: false,
|
|
39
|
-
},
|
|
40
|
-
});
|
|
41
36
|
ROUTES.set('alert/basic', {
|
|
42
37
|
axe: {
|
|
43
38
|
skipFailures: false,
|
|
@@ -90,11 +85,6 @@ ROUTES.set('button/basic', {
|
|
|
90
85
|
skipFailures: false,
|
|
91
86
|
},
|
|
92
87
|
});
|
|
93
|
-
ROUTES.set('button/hide-label', {
|
|
94
|
-
axe: {
|
|
95
|
-
skipFailures: false,
|
|
96
|
-
},
|
|
97
|
-
});
|
|
98
88
|
ROUTES.set('button/icons', {
|
|
99
89
|
axe: {
|
|
100
90
|
skipFailures: false,
|
|
@@ -120,21 +110,6 @@ ROUTES.set('card/basic', {
|
|
|
120
110
|
skipFailures: false,
|
|
121
111
|
},
|
|
122
112
|
});
|
|
123
|
-
ROUTES.set('card/confirm', {
|
|
124
|
-
axe: {
|
|
125
|
-
skipFailures: false,
|
|
126
|
-
},
|
|
127
|
-
});
|
|
128
|
-
ROUTES.set('card/flex', {
|
|
129
|
-
axe: {
|
|
130
|
-
skipFailures: false,
|
|
131
|
-
},
|
|
132
|
-
});
|
|
133
|
-
ROUTES.set('card/selection', {
|
|
134
|
-
axe: {
|
|
135
|
-
skipFailures: false,
|
|
136
|
-
},
|
|
137
|
-
});
|
|
138
113
|
ROUTES.set('details/basic', {
|
|
139
114
|
axe: {
|
|
140
115
|
skipFailures: false,
|
|
@@ -216,11 +191,9 @@ ROUTES.set('input-password/basic', null);
|
|
|
216
191
|
ROUTES.set('input-password/show-password', null);
|
|
217
192
|
ROUTES.set('input-radio/basic', null);
|
|
218
193
|
ROUTES.set('input-radio/horizontal', null);
|
|
219
|
-
ROUTES.set('input-radio/select', null);
|
|
220
194
|
ROUTES.set('input-radio/object', null);
|
|
221
195
|
ROUTES.set('input-range/basic', null);
|
|
222
196
|
ROUTES.set('input-text/basic', null);
|
|
223
|
-
ROUTES.set('input-text/blur', null);
|
|
224
197
|
ROUTES.set('input-text/focus', null);
|
|
225
198
|
ROUTES.set('kolibri/basic', {
|
|
226
199
|
axe: {
|
|
@@ -375,21 +348,6 @@ ROUTES.set('textarea/adjust-height', {
|
|
|
375
348
|
},
|
|
376
349
|
});
|
|
377
350
|
ROUTES.set('textarea/basic', null);
|
|
378
|
-
ROUTES.set('textarea/disabled', {
|
|
379
|
-
axe: {
|
|
380
|
-
skipFailures: false,
|
|
381
|
-
},
|
|
382
|
-
});
|
|
383
|
-
ROUTES.set('textarea/placeholder', {
|
|
384
|
-
axe: {
|
|
385
|
-
skipFailures: false,
|
|
386
|
-
},
|
|
387
|
-
});
|
|
388
|
-
ROUTES.set('textarea/readonly', {
|
|
389
|
-
axe: {
|
|
390
|
-
skipFailures: false,
|
|
391
|
-
},
|
|
392
|
-
});
|
|
393
351
|
ROUTES.set('textarea/resize', {
|
|
394
352
|
axe: {
|
|
395
353
|
skipFailures: false,
|