Skip to content

Commit

Permalink
wait for comment to be posted
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Old committed Jun 16, 2020
1 parent 9abc266 commit 0f4a8f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/tests/ui/notifications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ describe("Notifications", function () {

cy.getBySelLike("comment-input").type("Thank You{enter}");

cy.wait("@postComment");

cy.switchUser(ctx.userB.username);

cy.getBySelLike("notifications-link").click();
Expand Down

0 comments on commit 0f4a8f1

Please sign in to comment.