From c25228d2b4d4b5284fd8df813efb3ebacfccef43 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Fri, 21 Jul 2023 00:44:39 +0800 Subject: [PATCH] feat: update Signed-off-by: SuZhou-Joe --- .../notifications-dashboards/1_email_senders_and_groups.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js b/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js index 34f731e2b..30dc4bcd4 100644 --- a/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js +++ b/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js @@ -178,7 +178,7 @@ describe('Test delete senders', () => { }); it('deletes ses senders', () => { - cy.get('.euiCheckbox__input[aria-label="Select this row"]').click(); // ses sender + cy.get('.euiCheckbox__input[aria-label="Select this row"]').last().click(); // ses sender cy.wait(NOTIFICATIONS_DELAY); cy.get('[data-test-subj="ses-senders-table-delete-button"]').click({ force: true,