Skip to content

Commit a2fe9c5

Browse files
committed
Increased compatibility of the testing script within GitHub runners.
1 parent 2bd83dd commit a2fe9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/src/Script.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ script = do
5757

5858
info "Waiting for refresh to finish..."
5959
delay (Milliseconds 500.0)
60-
_ <- T.pageWaitForSelector (T.Selector "[aria-label*=\"Your YouTube history is off\"]") {} page
60+
_ <- T.pageWaitForSelector (T.Selector "[aria-label*=\"Your YouTube history is off\"],[aria-label=\"Try searching to get started\"]") {} page
6161
delay (Milliseconds 1000.0)
6262

6363
-- Actual testing

0 commit comments

Comments
 (0)