Skip to content

Commit

Permalink
fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes committed Jan 29, 2025
1 parent a7af350 commit 28c62fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sourcecode/hub/tests/Browser/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public function testEmailIsNormalizedUponRegistration(): void
->assertGuest()
->type('name', 'E. Mel')
->type('email', '[email protected]')
->type('password', 'duplicate')
->type('password_confirmation', 'duplicate')
->type('password', 'my password')
->type('password_confirmation', 'my password')
->press('Sign up')
->assertAuthenticated()
->visit('/my-account')
Expand Down

0 comments on commit 28c62fd

Please sign in to comment.