-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test flakiness caused by not waiting for an iframe to load.
If these tests don't wait for onload before proceeding it is possible for the iframe to load after the postMessage call and onmessage assignment have been done, but before the task to deliver the message event has been executed, causing the message to never be delivered.
- Loading branch information
1 parent
0e462a0
commit 8e114c6
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters