FIX Statically call assertion

This commit is contained in:
Steve Boyd 2021-11-11 14:13:15 +13:00 committed by GitHub
parent bc76e19d5d
commit b9b4c1d2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ class LoginContext implements Context
$clicked = true; $clicked = true;
break; 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');
} }
/** /**