You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I have Wallaby configured correctly.
Current behavior
Similar results on Mac and Linux where the browser pops up with only data;, in the browser url and the browser itself is blank.
Wallaby open 4 browsers before it times out.
Expected behavior
Run a test, control the browser in the test.
Test Code & HTML
1) feature users can go to home page (WallabyTest.DummyTest)
test/wallaby_test/dummy.exs:5
** (RuntimeError) Wallaby had an internal issue with HTTPoison:
%HTTPoison.Error{reason: :timeout, id: nil}
stacktrace:
(wallaby 0.30.6) lib/wallaby/httpclient.ex:50: Wallaby.HTTPClient.make_request/5
(wallaby 0.30.6) lib/wallaby/chrome.ex:345: Wallaby.Chrome.start_session/1
(wallaby 0.30.6) lib/wallaby.ex:85: Wallaby.start_session/1
(wallaby 0.30.6) lib/wallaby/feature.ex:152: Wallaby.Feature.Utils.start_session/2
(elixir 1.15.5) lib/enum.ex:4356: Enum.map/2
test/wallaby_test/dummy.exs:3: WallabyTest.DummyTest.__ex_unit_setup_0/1
test/wallaby_test/dummy.exs:1: WallabyTest.DummyTest.__ex_unit__/2
Finished in 25.1 seconds (25.1s async, 0.00s sync)
1 feature, 1 failure
Randomized with seed 291369
Elixir and Erlang/OTP versions
I tried:
and
and
Operating system
M1 Mac as well as 64 bit PopOs (Ubuntu 22.04)
Browser
Chrome
Driver
chromedriver
Correct Configuration
Current behavior
Similar results on Mac and Linux where the browser pops up with only
data;,
in the browser url and the browser itself is blank.Wallaby open 4 browsers before it times out.
Expected behavior
Run a test, control the browser in the test.
Test Code & HTML
Demonstration Project
https://github.com/GenericJam/wallaby_test
The text was updated successfully, but these errors were encountered: