Skip to content

Commit

Permalink
fix tests with security enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <riysaxen@amazon.com>
  • Loading branch information
riysaxen-amzn committed Aug 1, 2024
1 parent 48c273c commit 4b01c3e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ describe('Test create, edit and delete recipient group', () => {
});

it('deletes recipient groups', () => {
cy.wait(NOTIFICATIONS_DELAY);
cy.get('tbody > tr').should(($tr) => {
expect($tr, '1 row').to.have.length(1);
});
cy.get('[data-test-subj="checkboxSelectAll"]').click({ force: true });
cy.wait(NOTIFICATIONS_DELAY);
cy.get('[data-test-subj="recipient-groups-table-delete-button"]').click({
Expand Down

0 comments on commit 4b01c3e

Please sign in to comment.