We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd83dd commit a2fe9c5Copy full SHA for a2fe9c5
testing/src/Script.purs
@@ -57,7 +57,7 @@ script = do
57
58
info "Waiting for refresh to finish..."
59
delay (Milliseconds 500.0)
60
- _ <- T.pageWaitForSelector (T.Selector "[aria-label*=\"Your YouTube history is off\"]") {} page
+ _ <- T.pageWaitForSelector (T.Selector "[aria-label*=\"Your YouTube history is off\"],[aria-label=\"Try searching to get started\"]") {} page
61
delay (Milliseconds 1000.0)
62
63
-- Actual testing
0 commit comments