Phillip Longman
Results
2
issues of
Phillip Longman
I've got a test like this. It works fine as long as `#file` is visible. ```elixir defmodule Reader.UserViewsCSVsTest do use Reader.FeatureCase, async: true import Wallaby.Query, only: [css: 2] test "user...
Kind:Bug
Level:Intermediate
Six of the specs created by the generator will fail if you use the recommended setting of `secure_cookie = true`. If this is something that's expected in the test environment,...
bugs