Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(react): update stories to fix failing avt #11620

Merged
merged 4 commits into from
Jun 17, 2022

Conversation

abbeyhrt
Copy link
Contributor

This PR updates accessibility-checker and resolves a violation that was showing up in some stories (but not the component itself, that seems to be good)

Testing / Reviewing

Make sure AVT ci check passes

@abbeyhrt abbeyhrt requested a review from a team as a code owner June 15, 2022 17:40
@netlify
Copy link

netlify bot commented Jun 15, 2022

Deploy Preview for carbon-components-react ready!

Name Link
🔨 Latest commit e28b561
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-react/deploys/62ac91de0d214500096458c5
😎 Deploy Preview https://deploy-preview-11620--carbon-components-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Jun 15, 2022

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit e28b561
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/62ac91dee7b46a0009bd5768
😎 Deploy Preview https://deploy-preview-11620--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@@ -10,7 +10,7 @@
const path = require('path');

module.exports = {
ruleArchive: 'latest',
ruleArchive: '09June2022',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can't use latest anymore? is this an update on their end?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dakahn I think when we use latest we run into an issue where the ruleset may change and PRs start failing all of a sudden, even with no related change 😞

One idea was to specify the archive and then we update to the latest archive as they get released. This way, we can still stay up to date but not have to worry about our AVT job being flaky / failing unexpectedly.

@joshblack joshblack enabled auto-merge (squash) June 17, 2022 14:41
@joshblack joshblack merged commit 996aa9e into carbon-design-system:main Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants