Skip to content
Snippets Groups Projects

Resolve "FR-04: Change Password"

Merged kerdo requested to merge 14-fr-04-change-password into main
2 files
+ 0
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -99,10 +99,6 @@ defmodule PasswordChangeContext do
{:ok, state}
end
and_ ~r/^I should be logged out$/, fn state ->
{:ok, state}
end
and_ ~r/^I should be shown the change password form again$/, fn state ->
assert visible_in_page? ~r"Change your password"
{:ok, state}
Loading