Skip to content

Commit

Permalink
Update User2FAControllerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Nov 14, 2021
1 parent 538ff1e commit bd3d180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Browser/User2FAControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function test(): void
$browser->type('password', $userPassword)
->press('Disable 2FA')
->assertPathIs('/profile')
->assertSee('2FA successfully disable.');
->assertSee('2FA successfully disabled.');

/**
* Logout and set .env to force user to create 2fa
Expand Down

0 comments on commit bd3d180

Please sign in to comment.