Skip to content

Commit

Permalink
Security notif test (#1494) (#1496)
Browse files Browse the repository at this point in the history
* fix tests to work with security enabled

Signed-off-by: Riya Saxena <riysaxen@amazon.com>

* fix tests with security enabled

Signed-off-by: Riya Saxena <riysaxen@amazon.com>

* fix delete ses, smtp senders with security

Signed-off-by: Riya Saxena <riysaxen@amazon.com>

* fix notifications dashboards tests

Signed-off-by: Riya Saxena <riysaxen@amazon.com>

---------

Signed-off-by: Riya Saxena <riysaxen@amazon.com>
Signed-off-by: Riya <69919272+riysaxen-amzn@users.noreply.github.com>
(cherry picked from commit 336902b)

Co-authored-by: Riya <69919272+riysaxen-amzn@users.noreply.github.com>
  • Loading branch information
1 parent fd249b9 commit cd227a6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,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 cd227a6

Please sign in to comment.