From bc43dfbd75fed9ad8b86282f36e96c7d4106f719 Mon Sep 17 00:00:00 2001 From: William Wong Date: Wed, 6 Dec 2023 16:44:53 -0800 Subject: [PATCH] Fix flaky --- __tests__/html/updateActivity.undefinedActivityId.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/__tests__/html/updateActivity.undefinedActivityId.html b/__tests__/html/updateActivity.undefinedActivityId.html index 59d9c18042..c92a8dc5c1 100644 --- a/__tests__/html/updateActivity.undefinedActivityId.html +++ b/__tests__/html/updateActivity.undefinedActivityId.html @@ -1,4 +1,4 @@ - + @@ -61,6 +61,9 @@ // WHEN: All images are loaded. await pageConditions.allImagesLoaded(); + // WHEN: Scroll to bottom completed. + await pageConditions.scrollToBottomCompleted(); + // THEN: It should show 5 messages in total. await host.snapshot(); });