Skip to content

Commit

Permalink
notification dashboards integ tests fix
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 27, 2024
1 parent fb85e41 commit 5279ec5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ describe('Test edit senders', () => {
});

it('edits ses sender region', () => {
cy.get('.euiCheckbox__input[aria-label="Select this row"]').last().click(); // ses sender
cy.get('.euiCheckbox__input[aria-label="Select this row"]').eq(2).click(); // ses sender
cy.get('[data-test-subj="ses-senders-table-edit-button"]').click();
cy.wait(NOTIFICATIONS_DELAY);
cy.get('[data-test-subj="create-ses-sender-form-aws-region-input"]').type(
'{selectall}{backspace}us-west-2'
);
Expand Down

0 comments on commit 5279ec5

Please sign in to comment.