Skip to content

Commit

Permalink
fix notifications dashboards tests
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Aug 3, 2024
1 parent 91f9676 commit a1868c1
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,8 @@ 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.contains('Test recipient group').should('exist');
cy.wait(NOTIFICATIONS_DELAY);
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 a1868c1

Please sign in to comment.