diff --git a/sdk/tests/conformance/textures/misc/texture-srgb-upload.html b/sdk/tests/conformance/textures/misc/texture-srgb-upload.html index 6f66bfdde..8d91eb203 100644 --- a/sdk/tests/conformance/textures/misc/texture-srgb-upload.html +++ b/sdk/tests/conformance/textures/misc/texture-srgb-upload.html @@ -72,7 +72,7 @@ video.loop = true; video.crossOrigin = "anonymous"; try { - await video.play(); + await wtu.waitVideoUploadable(video); } catch (e) { debug('Browser could not play this specific video. Skipping test.'); finishTest();