diff --git a/src/Context/LoginContext.php b/src/Context/LoginContext.php index c528d50..dbed644 100644 --- a/src/Context/LoginContext.php +++ b/src/Context/LoginContext.php @@ -110,7 +110,7 @@ class LoginContext implements Context $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'); } /**