Skip to content

Commit

Permalink
update match strings in mfa tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 29, 2024
1 parent ddecb44 commit be25aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/bootstrap/MfaContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function iShouldSeeAPromptForATotpCode()
{
$page = $this->session->getPage();
$pageHtml = $page->getHtml();
Assert::assertContains('Smartphone app', $pageHtml);
Assert::assertContains('Authenticator app', $pageHtml);
Assert::assertContains('Enter 6-digit code', $pageHtml);
}

Expand Down Expand Up @@ -659,7 +659,7 @@ public function iShouldSeeAPromptForAManagerRescueCode()
{
$page = $this->session->getPage();
$pageHtml = $page->getHtml();
Assert::assertContains('Recovery contact help', $pageHtml);
Assert::assertContains('Ask Your Recovery Contact for Help', $pageHtml);
Assert::assertContains('Enter code', $pageHtml);
}

Expand Down

0 comments on commit be25aca

Please sign in to comment.