Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebCryptoAPI] Ensure wrap / unwrap tests run in a consistent order (#…
…49043) This PR replaces the Promise based wrap / unwrap tests with an async/await approach. This allows us have a more consistent expectations for all the test cases and reduce the chances of flakiness. This is specially important for WebKit, which compares the text output of the test against a pre-defined expected.txt.
- Loading branch information