From bd3d180319d9ae6265a6ee5810052f04ac8b9b1d Mon Sep 17 00:00:00 2001 From: Barry O'Donovan Date: Sun, 14 Nov 2021 09:10:11 +0000 Subject: [PATCH] Update User2FAControllerTest.php --- tests/Browser/User2FAControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Browser/User2FAControllerTest.php b/tests/Browser/User2FAControllerTest.php index 2eaa82c33..9bf75dfb6 100644 --- a/tests/Browser/User2FAControllerTest.php +++ b/tests/Browser/User2FAControllerTest.php @@ -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