Skip to content

Commit 344c7a2

Browse files
committed
[DEBUG]
1 parent 2bd83dd commit 344c7a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/src/Script.purs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ script = do
5151
info "Waiting to reject cookies..."
5252
waitForAndClick "button[aria-label*=\"Reject the use of cookies\"]" page
5353
) (\_ -> do
54+
-- DEBUG
55+
content <- T.content page
56+
info $ content
5457
info "Skipping the wait and attempting to continue..."
5558
pure unit
5659
)

0 commit comments

Comments
 (0)