Skip to content

Commit

Permalink
ci debug: remove debug screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Jun 21, 2024
1 parent 3d77c12 commit ae9ff56
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,7 @@ endif::[]
(e/set-window-size driver {:width 1280 :height 800})
;; wait for the search input to load
(try
(e/wait-visible driver [{:tag :input :name :search}])
(catch Throwable e
(e/screenshot driver "target/debug-screenshots/wikipedia-wait-failure.png")
(throw e)))
(e/wait-visible driver [{:tag :input :name :search}])
;; search for something interesting
(e/fill driver {:tag :input :name :search} "Clojure programming language")
Expand Down

0 comments on commit ae9ff56

Please sign in to comment.