Skip to content

Commit

Permalink
fix tests to work with security enabled (opensearch-project#1465)
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn authored Aug 1, 2024
1 parent db7aee2 commit 48c273c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ describe('Test create, edit and delete recipient group', () => {
cy.get('[data-test-subj="recipient-groups-table-delete-button"]').click({
force: true,
});
cy.get('input[placeholder="delete"]').type('delete');
cy.wait(NOTIFICATIONS_DELAY);
cy.get('input[placeholder="delete"]').should('be.visible').type('delete');
cy.wait(NOTIFICATIONS_DELAY);
cy.get(
'[data-test-subj="delete-recipient-group-modal-delete-button"]'
Expand Down

0 comments on commit 48c273c

Please sign in to comment.