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 f80a978 commit bea8aa9Copy full SHA for bea8aa9
bin/accessibility-automation/cypress/index.js
@@ -277,7 +277,7 @@ Cypress.on('command:start', async (command) => {
277
if (!shouldScanTestForAccessibility) return;
278
279
cy.window().then((win) => {
280
- browserStackLog('Performsing scan form command ' + command.attributes.name);
+ browserStackLog('Performing scan form command ' + command.attributes.name);
281
cy.wrap(performScan(win, {method: command.attributes.name}), {timeout: 30000});
282
})
283
0 commit comments