We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd83dd commit 344c7a2Copy full SHA for 344c7a2
testing/src/Script.purs
@@ -51,6 +51,9 @@ script = do
51
info "Waiting to reject cookies..."
52
waitForAndClick "button[aria-label*=\"Reject the use of cookies\"]" page
53
) (\_ -> do
54
+ -- DEBUG
55
+ content <- T.content page
56
+ info $ content
57
info "Skipping the wait and attempting to continue..."
58
pure unit
59
)
0 commit comments