Skip to content

Commit

Permalink
Fix test to throw original exception
Browse files Browse the repository at this point in the history
  • Loading branch information
dgr committed Sep 26, 2024
1 parent 48abff5 commit 78fc628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/etaoin/api_with_driver_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(fn [] (try (e/get-window-handle driver)
(catch Exception e
(println "Caught exception in wait-initial-window-creation !!@@")
(throw (ex-info "Bug happened" {} e)))))
(throw e))))
{:timeout 30
:interval 0.100
:message "Timeout waiting for initial browser window"}))
Expand Down

0 comments on commit 78fc628

Please sign in to comment.