We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6bfd7 commit 0c91c9fCopy full SHA for 0c91c9f
bin/accessibility-automation/cypress/index.js
@@ -334,7 +334,7 @@ afterEach(() => {
334
});
335
})
336
337
-Cypress.Commands.add('perfromScan', () => {
+Cypress.Commands.add('performScan', () => {
338
cy.window().then(async (win) => {
339
await performScan(win);
340
return await getAccessibilityResultsSummary(win);
0 commit comments