Skip to content

Commit 0c91c9f

Browse files
Update bin/accessibility-automation/cypress/index.js
Co-authored-by: Kamalpreet Kaur <[email protected]>
1 parent 7f6bfd7 commit 0c91c9f

File tree

1 file changed

+1
-1
lines changed
  • bin/accessibility-automation/cypress

1 file changed

+1
-1
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ afterEach(() => {
334334
});
335335
})
336336

337-
Cypress.Commands.add('perfromScan', () => {
337+
Cypress.Commands.add('performScan', () => {
338338
cy.window().then(async (win) => {
339339
await performScan(win);
340340
return await getAccessibilityResultsSummary(win);

0 commit comments

Comments
 (0)