Skip to content

Commit

Permalink
ci debug: hack test: are file: urls the problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Mar 15, 2024
1 parent 33dcc20 commit aef2b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/etaoin/api_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@

;; tests failed in safari 13.1.1 https://bugs.webkit.org/show_bug.cgi?id=202589 use STP newest
(defn fixture-browsers [f]
(let [url (-> "html/test.html" io/resource str)
(let [#_#_url (-> "html/test.html" io/resource str)
url "https://google.com"
safaridriver-logs (fs/file (fs/home) "Library/Logs/com.apple.WebDriver")]
(doseq [type drivers
:let [opts (get default-opts type {})]]
Expand Down

0 comments on commit aef2b68

Please sign in to comment.