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 c673483 commit bc43dfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion __tests__/html/updateActivity.undefinedActivityId.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en-US">
<head>
<link href="/assets/index.css" rel="stylesheet" type="text/css" />
Expand Down Expand Up @@ -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();
});
Expand Down

0 comments on commit bc43dfb

Please sign in to comment.