Skip to content

Commit adc1ace

Browse files
committed
wip
1 parent 2ebf898 commit adc1ace

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/tests/popup.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,16 +546,19 @@ it("When paused play button becomes 'resume', when clicked resumes playback", as
546546
equal((await getSelectedRow(cbaTableQuery)).id, "cba-table-id-1");
547547
});
548548

549-
it("Setting repeate should repeate the project, specified amount of times", async() =>
549+
it.only("Setting repeate should repeate the project, specified amount of times", async() =>
550550
{
551551
await setValue("#repeat", 2);
552552
await addEmptyActions(3);
553553
await updateSpecificAction("cba-table-id-1", "", "timer", "100");
554+
await wait(150);
554555
await updateSpecificAction("cba-table-id-2", "", "timer", "100");
556+
await wait(150);
555557
await updateSpecificAction("cba-table-id-3", "", "timer", "100");
558+
await wait(150);
556559

557560
await clickPlay();
558-
await wait(140);
561+
await wait(150);
559562
equal((await getSelectedRow(cbaTableQuery)).id, "cba-table-id-2");
560563

561564
await wait(350);

0 commit comments

Comments
 (0)