Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, this test conditionally declared a subtest, making it difficult to compare results between browsers. Depending on the implementation status, the results could be interpreted in a number of ways: - a failing single-page test - a timed out single-page test - a completed test with a single failing subtest - a completed test with a single passing subtest Refactor to explicitly opt-in to the single-page test feature and to consistently report unexpected behavior via unhandled Promise rejections and uncaught exceptions.
- Loading branch information