Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 3b0c42d

Browse files
authored
Change login test to not look for exact seconds (#5891)
1 parent cdcb583 commit 3b0c42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LoginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ public function testGetsLockedOutAfterFiveAttempts()
6262
->press(__('voyager::generic.login'));
6363
}
6464

65-
$t->see(__('auth.throttle', ['seconds' => 59]));
65+
$t->see('Too many login attempts. Please try again in');
6666
}
6767
}

0 commit comments

Comments
 (0)