Skip to content

Commit

Permalink
FIX Statically call assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz authored Nov 11, 2021
1 parent bc76e19 commit b9b4c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/LoginContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function stepILogInWith($email, $password)
$clicked = true;
break;
}
assertTrue($clicked, 'MFA "Setup later" button was not found so it was not clicked');
Assert::assertTrue($clicked, 'MFA "Setup later" button was not found so it was not clicked');
}

/**
Expand Down

0 comments on commit b9b4c1d

Please sign in to comment.