Skip to content

Commit

Permalink
Fix flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 7, 2023
1 parent 58d883b commit cbd9306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions __tests__/html/updateActivity.sameActivityId.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
// WHEN: All images (in the carousel) are loaded.
await pageConditions.allImagesLoaded();

// WHEN: Scroll to bottom completed.
await pageConditions.scrollToBottomCompleted();

// THEN: It should show 3 messages: 2 outgoing messages and 1 incoming message (carousel).
await host.snapshot();
});
Expand Down

0 comments on commit cbd9306

Please sign in to comment.