Skip to content

Commit

Permalink
Fix Cypress axe test
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 10, 2024
1 parent 34eb709 commit fce624a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eui/src/components/datagrid/data_grid.a11y.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ describe('EuiDataGrid', () => {

it('has zero violations on sort and when the columns sorting menu is open', () => {
cy.get('.euiDataGridHeaderCell').last().realHover();
cy.wait(200); // Wait for transition
cy.get('button.euiDataGridHeaderCell__button').last().realClick();
cy.get('button.euiListGroupItem__button')
.contains('Sort Alma to Debian')
Expand Down

0 comments on commit fce624a

Please sign in to comment.