Skip to content

Commit

Permalink
Merge branch 'main' into ms-skip-datasources-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanL1997 authored May 8, 2024
2 parents 0f4b038 + 8f3aed4 commit bb773bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ describe('Alerts', () => {
.should('have.length', 1);

// Filter the table to show only "Acknowledged" alerts
cy.get('[data-text="Status"]').click({ force: true });
cy.get('[class="euiFilterSelect__items"]').within(() => {
cy.contains('Active').click({ force: true });
cy.contains('Acknowledged').click({ force: true });
Expand Down

0 comments on commit bb773bf

Please sign in to comment.