Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray authored May 23, 2024
2 parents 427811e + 409b85e commit 87e84d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/cypress/e2e/card-control.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ describe('Card-Control', () => {

describe('Accessibility', () => {
it('Has no detectable a11y violations on load for all variants', () => {
cy.getSnapshots('card-control');
cy.getSnapshots('post-card-control');
cy.checkA11y('#root-inner');
});
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('Choice-card', () => {
describe('Accessibility', () => {
beforeEach(() => {
cy.visit('/iframe.html?id=snapshots--card-control-standard-html');
cy.visit('/iframe.html?id=snapshots--card-control');
cy.get('.radio-button-card', { timeout: 30000 }).should('be.visible');
cy.injectAxe();
});
Expand Down

0 comments on commit 87e84d8

Please sign in to comment.