Skip to content

Commit

Permalink
added ; for lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <riysaxen@amazon.com>
  • Loading branch information
riysaxen-amzn committed Aug 5, 2024
1 parent 46840a6 commit 2592f3b
Showing 1 changed file with 1 addition and 1 deletion.
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 Down

0 comments on commit 2592f3b

Please sign in to comment.