Skip to content

Commit

Permalink
ci debug: printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Mar 15, 2024
1 parent a651856 commit a1da348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/etaoin/api_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@
(try
(e/with-driver type opts driver
(e/go driver url)
(println ">>>> went to" url)
(e/wait-visible driver {:id :document-end})
(println ">>>> waited for :document-end")
(binding [*driver* driver
test-report/*context* (name type)]
(testing (name type)
Expand Down

0 comments on commit a1da348

Please sign in to comment.