bradleybeddoes
Odd output running wallaby features
Hoping someone may have seen this output when running Wallaby feature tests and knows how to fix it. It doesn’t impact anything but it sure is ugly ![]()
mix test test/zero_web/features
Running ExUnit with seed: 259141, max_cases: 6
."phx-GGWrgaPts4CPjBOh mount: - " Object
"phx-GGWrgaPts4CPjBOh update: - " Object
"phx-GGWrgaPts4CPjBOh update: - " Object
"phx-GGWrgaPts4CPjBOh update: - " Object
."phx-GGWrgeyCCmUZBAAj mount: - " Object
."phx-GGWrggp-__0nagBF mount: - " Object
"phx-GGWrggp-__0nagBF destroyed: the child has been removed from the parent - " undefined
"phx-GGWrggp-__0nagBF mount: - " Object
.."phx-GGWrglAv-jFwYBTB mount: - " Object
"phx-GGWrglAv-jFwYBTB destroyed: the child has been removed from the parent - " undefined
"phx-GGWrglAv-jFwYBTB mount: - " Object
"phx-GGWrglAv-jFwYBTB destroyed: the child has been removed from the parent - " undefined
"phx-GGWrglAv-jFwYBTB mount: - " Object
"phx-GGWrglAv-jFwYBTB destroyed: the child has been removed from the parent - " undefined
"phx-GGWrglAv-jFwYBTB mount: - " Object
."phx-GGWrgoAeGgyTAhWh mount: - " Object
"phx-GGWrgoAeGgyTAhWh update: - " Object
."phx-GGWrgqdAU711fBYB mount: - " Object
.
Finished in 6.0 seconds (1.1s async, 4.9s sync)
8 features, 0 failures
Marked As Solved
LostKobrakai
Wallaby dumps JS console logs to stdout. These come from LVs js I think.
2
Popular in Questions
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
Hi, I’m just starting to build a side-project with Elixir and Phoenix and doing some basic test with Elixir alone.
What strikes me is th...
New
What is the idiomatic way of matching for not nil in Elixir?
E.g.,
First way:
defp halt_if_not_signed_in(conn, signed_in_account) when...
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I'm writing a test for one of t...
New
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
Hi all,
Trying to get some more clarity over utc_datetime and naive_datetime for Ecto:
https://hexdocs.pm/ecto/Ecto.Schema.html#module-...
New
Good day to you all.
I have been struggling to get a query involving like and ilike to work.
Can anyone assist me on this, please?
pro...
New
In templates/appointment/index.html.eex:
<%= for appointment <- @appointments do %>
<tr>
<td><%= appoi...
New
Hi!
In PHP: $SERVER['SERVERADDR'] - in Elixir?
Searched the docs for ip address and the web, no good results.
Thanks!
New
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
Other popular topics
Hello everyone,
I try to use an Javascript Event Handler in my root.html.leex file.
Therefore I created a function in the app.js file: ...
New
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Hello!
tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability.
After spen...
New
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
What is the idiomatic way of matching for not nil in Elixir?
E.g.,
First way:
defp halt_if_not_signed_in(conn, signed_in_account) when...
New
Hi everyone,
One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
I have VueJS GUIs with the project generated using Webpack.
I have Elixir modules that will need to be used by the VueJS GUIs.
I fore...
New
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition)
It’s been a while since we first asked this, I...
New
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New







