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