Skip to content

Commit

Permalink
Change login test to not look for exact seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Sep 24, 2024
1 parent cdcb583 commit ebaa6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ public function testGetsLockedOutAfterFiveAttempts()
->press(__('voyager::generic.login'));
}

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

0 comments on commit ebaa6aa

Please sign in to comment.