Merge branch '4.8' into 4

This commit is contained in:
Steve Boyd 2021-11-18 16:55:08 +13:00
commit efcdfb9c46
1 changed files with 1 additions and 1 deletions

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');
} }
/** /**