From cbd930676676710feefb9c1b927037da6752ee05 Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 6 Dec 2023 18:15:08 -0800 Subject: [PATCH] Fix flaky --- __tests__/html/updateActivity.sameActivityId.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/__tests__/html/updateActivity.sameActivityId.html b/__tests__/html/updateActivity.sameActivityId.html index fbb282f993..e1c0470657 100644 --- a/__tests__/html/updateActivity.sameActivityId.html +++ b/__tests__/html/updateActivity.sameActivityId.html @@ -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(); });