We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a6303 commit b92af36Copy full SHA for b92af36
tests/Controllers/MagicLinkTest.php
@@ -249,7 +249,7 @@ public function testMagicCodeShowsOneOFLoginForm(): void
249
'email' => 'foo@example.com',
250
]);
251
252
- $result->assertSee('15-character code');
+ $result->assertSee('A 15‑character code has been sent to your email. Please enter it.');
253
// must contain a code input form
254
$result->seeElement('#magicCode');
255
$result->assertStatus(200);
0 commit comments