Skip to content

Commit

Permalink
Security notif test (#1504)
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>

* added ; for lint fix

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

* added ; for lint fix

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>
  • Loading branch information
riysaxen-amzn authored Aug 5, 2024
1 parent 7dbc4e4 commit ca25b67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('Test delete senders', () => {
force: true,
});
cy.wait(NOTIFICATIONS_DELAY);
cy.get('input[placeholder="delete"]').should('be.visible').type('delete')
cy.get('input[placeholder="delete"]').should('be.visible').type('delete');
cy.wait(NOTIFICATIONS_DELAY);
cy.get('[data-test-subj="delete-sender-modal-delete-button"]').click({
force: true,
Expand All @@ -188,7 +188,7 @@ describe('Test delete senders', () => {
force: true,
});
cy.wait(NOTIFICATIONS_DELAY);
cy.get('input[placeholder="delete"]').should('be.visible').type('delete')
cy.get('input[placeholder="delete"]').should('be.visible').type('delete');
cy.wait(NOTIFICATIONS_DELAY);
cy.get('[data-test-subj="delete-sender-modal-delete-button"]').click({
force: true,
Expand Down

0 comments on commit ca25b67

Please sign in to comment.