Skip to content

Commit

Permalink
Revert. Purposely failing spec to verify screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Oct 11, 2023
1 parent 908fbd9 commit d606b47
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 d606b47

Please sign in to comment.