Skip to content

Commit

Permalink
add ; to tests (#1505) (#1510)
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
(cherry picked from commit 7b4cd75)

Co-authored-by: Riya <[email protected]>
  • Loading branch information
1 parent 82109e6 commit c0f4745
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 c0f4745

Please sign in to comment.