clj-commons / etaoin

Pure Clojure Webdriver protocol implementation

Home Page:https://cljdoc.org/d/etaoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests: failure for `test-chrome-profile` on macOS

lread opened this issue · comments

Failure:

FAIL in (test-chrome-profile) (unit_test.clj:101)
expected: (= profile-path (e/get-element-text driver :profile_path))
  actual: (not (= "/var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/chrome-dir3575329368014997175/chrome-profile" "/private/var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/chrome-dir3575329368014997175/chrome-profile"))

Not sure what changed to trigger this failure, but it should be fixed by comparing canonical versions of paths.