We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b60c3 commit 25dae6eCopy full SHA for 25dae6e
test/IntegratedTests.mjs
@@ -14,6 +14,8 @@ await player.open();
14
for (let key in VIDEOS) {
15
await player.add(VIDEOS[key]);
16
}
17
+console.log("Waiting 5 seconds before starting...");
18
+await sleep(5);
19
await player.play(VIDEOS.BadWeather);
20
await player.repeat("on");
21
await sleep(25);
0 commit comments