@public-ui/visual-tests 4.1.2-rc.3 → 4.1.2-rc.4

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": "4.1.2-rc.3",
3
+ "version": "4.1.2-rc.4",
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
  "http-server": "14.1.1",
31
31
  "portfinder": "1.0.38",
32
- "@public-ui/sample-react": "4.1.2-rc.3"
32
+ "@public-ui/sample-react": "4.1.2-rc.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@babel/eslint-parser": "7.28.6",
@@ -1208,6 +1208,17 @@ ROUTES.set('scenarios/focus-elements?component=accordion', {
1208
1208
  },
1209
1209
  },
1210
1210
  });
1211
+ ROUTES.set('scenarios/focus-elements?component=badge', {
1212
+ snapshot: {
1213
+ viewportSize: {
1214
+ width: 300,
1215
+ height: 0,
1216
+ },
1217
+ zoom: {
1218
+ skip: true,
1219
+ },
1220
+ },
1221
+ });
1211
1222
  ROUTES.set('scenarios/focus-elements?component=button', {
1212
1223
  snapshot: {
1213
1224
  viewportSize: {
@@ -1429,6 +1440,50 @@ ROUTES.set('scenarios/focus-elements?component=singleSelect', {
1429
1440
  skip: true,
1430
1441
  },
1431
1442
  });
1443
+ ROUTES.set('scenarios/focus-elements?component=popoverButton', {
1444
+ snapshot: {
1445
+ viewportSize: {
1446
+ width: 300,
1447
+ height: 0,
1448
+ },
1449
+ zoom: {
1450
+ skip: true,
1451
+ },
1452
+ },
1453
+ });
1454
+ ROUTES.set('scenarios/focus-elements?component=skipNav', {
1455
+ snapshot: {
1456
+ viewportSize: {
1457
+ width: 300,
1458
+ height: 0,
1459
+ },
1460
+ zoom: {
1461
+ skip: true,
1462
+ },
1463
+ },
1464
+ });
1465
+ ROUTES.set('scenarios/focus-elements?component=splitButton', {
1466
+ snapshot: {
1467
+ viewportSize: {
1468
+ width: 300,
1469
+ height: 0,
1470
+ },
1471
+ zoom: {
1472
+ skip: true,
1473
+ },
1474
+ },
1475
+ });
1476
+ ROUTES.set('scenarios/focus-elements?component=tabs', {
1477
+ snapshot: {
1478
+ viewportSize: {
1479
+ width: 300,
1480
+ height: 0,
1481
+ },
1482
+ zoom: {
1483
+ skip: true,
1484
+ },
1485
+ },
1486
+ });
1432
1487
  ROUTES.set('scenarios/focus-elements?component=textarea', {
1433
1488
  snapshot: {
1434
1489
  viewportSize: {
@@ -1440,3 +1495,25 @@ ROUTES.set('scenarios/focus-elements?component=textarea', {
1440
1495
  },
1441
1496
  },
1442
1497
  });
1498
+ ROUTES.set('scenarios/focus-elements?component=toolbar', {
1499
+ snapshot: {
1500
+ viewportSize: {
1501
+ width: 300,
1502
+ height: 0,
1503
+ },
1504
+ zoom: {
1505
+ skip: true,
1506
+ },
1507
+ },
1508
+ });
1509
+ ROUTES.set('scenarios/focus-elements?component=tree', {
1510
+ snapshot: {
1511
+ viewportSize: {
1512
+ width: 300,
1513
+ height: 0,
1514
+ },
1515
+ zoom: {
1516
+ skip: true,
1517
+ },
1518
+ },
1519
+ });