Skip to content

Commit b92af36

Browse files
committed
test: fix test
1 parent 47a6303 commit b92af36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controllers/MagicLinkTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public function testMagicCodeShowsOneOFLoginForm(): void
249249
'email' => 'foo@example.com',
250250
]);
251251

252-
$result->assertSee('15-character code');
252+
$result->assertSee('A 15‑character code has been sent to your email. Please enter it.');
253253
// must contain a code input form
254254
$result->seeElement('#magicCode');
255255
$result->assertStatus(200);

0 commit comments

Comments
 (0)