Skip to content

Commit

Permalink
[REVERT] Purposely failing Cypress spec to test video artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Oct 12, 2023
1 parent fd1dea9 commit b532bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/accordion/accordion.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('EuiAccordion', () => {
cy.realPress('Tab');
cy.focused().contains('Click me to toggle').realPress('Enter');
cy.realPress(['Shift', 'Tab']);
cy.focused().invoke('attr', 'aria-expanded').should('equal', 'true');
cy.focused().invoke('attr', 'aria-expanded').should('equal', 'false');
cy.realPress('Enter');
cy.focused().invoke('attr', 'aria-expanded').should('equal', 'false');
});
Expand Down

0 comments on commit b532bea

Please sign in to comment.