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();
});