Skip to content

Commit

Permalink
PXBF-2094-update-package: revert async change
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal committed Jan 31, 2025
1 parent f022aac commit a397abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefit-finder/cypress/e2e/storybook/axe-a11y.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const maritalStatus =
.fieldsets[2].fieldset.inputs[0].inputCriteria.values[1].value

describe(`Validate code passes axe scanning`, () => {
const runA11y = async () => {
await cy.checkA11y(
const runA11y = () => {
cy.checkA11y(
null,
{
retries: 3,
Expand Down

0 comments on commit a397abb

Please sign in to comment.