From c24ac3ceb33a82a59e4792a4df278e8bfa13bc6c Mon Sep 17 00:00:00 2001 From: scottqueen-bixal Date: Fri, 31 Jan 2025 11:52:57 -0500 Subject: [PATCH] PXBF-2094-update-package: make run async await-ful --- benefit-finder/cypress/e2e/storybook/axe-a11y.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benefit-finder/cypress/e2e/storybook/axe-a11y.cy.js b/benefit-finder/cypress/e2e/storybook/axe-a11y.cy.js index 2ef4a07e..b95950a5 100644 --- a/benefit-finder/cypress/e2e/storybook/axe-a11y.cy.js +++ b/benefit-finder/cypress/e2e/storybook/axe-a11y.cy.js @@ -36,8 +36,8 @@ const maritalStatus = .fieldsets[2].fieldset.inputs[0].inputCriteria.values[1].value describe(`Validate code passes axe scanning`, () => { - const runA11y = () => { - cy.checkA11y( + const runA11y = async () => { + await cy.checkA11y( null, { retries: 3,