Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Sep 18, 2024
1 parent f318dc5 commit 755ce89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lightning_web/live/first_setup_live_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ defmodule LightningWeb.FirstSetupLiveTest do
show_live
|> form("#superuser-registration-form",
superuser_registration: %{
password: "aaaaaaaa",
password_confirmation: "aaaaaaaa",
password: "1234567890ab",
password_confirmation: "1234567890ab",
first_name: "Test",
last_name: "McTest",
email: "foo@example.com"
Expand Down

0 comments on commit 755ce89

Please sign in to comment.