From b9b4c1d2a2df4177bb5811ad8f7a4a0769368ef1 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 11 Nov 2021 14:13:15 +1300 Subject: [PATCH] FIX Statically call assertion --- src/Context/LoginContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /**