Skip to content

Commit

Permalink
Fix flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Apr 6, 2024
1 parent 096e86a commit 5248a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/html/timestamp.attachmentSendTimeout.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

// WHEN: Sending out the file.
await pageObjects.runHook(({ useSendFiles }) => useSendFiles()([fileBlob]));
await pageConditions.numActivitiesShown(2);

// THEN: It should show "Sending".
// Note the first activity is reserved for "run hook", we are checking activity status from the second activity.
Expand Down

0 comments on commit 5248a1e

Please sign in to comment.