@public-ui/visual-tests 3.0.6-rc.2 → 3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.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": "3.0.6-rc.2",
3
+ "version": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "axe-playwright": "2.2.2",
29
29
  "portfinder": "1.0.38",
30
30
  "serve": "14.2.5",
31
- "@public-ui/sample-react": "3.0.6-rc.2"
31
+ "@public-ui/sample-react": "3.0.7-d0e38f2b24188b03316351f07d939c4524a2fd81.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/eslint-parser": "7.28.4",
@@ -722,6 +722,13 @@ ROUTES.set('table/complex-headers', {
722
722
  },
723
723
  },
724
724
  });
725
+ ROUTES.set('table/non-hidable-columns', {
726
+ snapshot: {
727
+ zoom: {
728
+ skip: true,
729
+ },
730
+ },
731
+ });
725
732
  ROUTES.set('table/stateful-with-selection', {
726
733
  snapshot: {
727
734
  zoom: {