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 8dec92b commit 79e9b25Copy full SHA for 79e9b25
bin/accessibility-automation/cypress/index.js
@@ -317,13 +317,6 @@ commandToOverwrite.forEach((command) => {
317
});
318
319
afterEach(() => {
320
- try {
321
- throw new Error('Deliberate exception thrown for testing purposes');
322
- } catch (error) {
323
- if (error && error.stack) {
324
- browserStackLog(error.stack);
325
- }
326
327
const attributes = Cypress.mocha.getRunner().suite.ctx.currentTest;
328
cy.window().then(async (win) => {
329
let shouldScanTestForAccessibility = shouldScanForAccessibility(attributes);
0 commit comments