Skip to content

Commit ba83c25

Browse files
ci: test update playwright-core for ubuntu24 (#267)
1 parent ca74270 commit ba83c25

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@storybook/manager-api": "^8.4.7",
8484
"@storybook/preview-api": "^8.4.7",
8585
"@storybook/react-webpack5": "^8.4.7",
86-
"@storybook/test-runner": "^0.21.0",
86+
"@storybook/test-runner": "^0.22.0",
8787
"@storybook/theming": "^8.0.6",
8888
"@testing-library/dom": "^10.4.0",
8989
"@testing-library/jest-dom": "^6.6.3",
@@ -93,7 +93,7 @@
9393
"@types/lodash": "^4.17.14",
9494
"@types/react": "^18.3.18",
9595
"@types/react-dom": "^18.3.5",
96-
"axe-playwright": "^2.0.3",
96+
"axe-playwright": "^2.1.0",
9797
"eslint": "^8.57.1",
9898
"eslint-plugin-testing-library": "^6.5.0",
9999
"gulp": "^5.0.0",

src/components/AdaptiveTabs/__stories__/AdaptiveTabs.stories.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ export default {
2525
id: 'color-contrast',
2626
enabled: false,
2727
},
28+
// Temporary disable the rule untill issue is resolved https://github.com/gravity-ui/components/issues/270
29+
{
30+
id: 'aria-input-field-name',
31+
enabled: false,
32+
},
2833
],
2934
},
3035
},

0 commit comments

Comments
 (0)