Skip to content

Commit

Permalink
fix integ tests for SA alerts
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Sep 11, 2024
1 parent 56e6c45 commit 6390d0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ describe('Alerts', () => {
// Filter the table to show only "Acknowledged" alerts
cy.wait(2000);
cy.get('[data-text="Status"]').should('be.visible').click({ force: true });
cy.get('[class="euiFilterSelect__items"]').within(() => {
cy.get('[class="euiFilterSelect__items"]').should('be.visible').within(() => {
cy.contains('Active').click({ force: true });
cy.contains('Acknowledged').click({ force: true });
});
Expand Down

0 comments on commit 6390d0d

Please sign in to comment.