Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix DOM autosetup test flake (#7448)
The promise for DOM auto setup tests doesn't guarantee that load() is complete, only that we started it. So checking video duration causes flake, in particular on slow devices like Tizen. Instead, check for the player to have an asset URI.
- Loading branch information