diff --git a/tests/acceptance/features/bootstrap/Provisioning.php b/tests/acceptance/features/bootstrap/Provisioning.php index 2c27bb92f870..0faf4ca0d2c7 100644 --- a/tests/acceptance/features/bootstrap/Provisioning.php +++ b/tests/acceptance/features/bootstrap/Provisioning.php @@ -365,6 +365,7 @@ public function theseUsersHaveBeenCreatedWithoutSkeletonFiles(TableNode $table) /** * @Given /^these users have been created with ?(default attributes and|) skeleton files ?(but not initialized|):$/ + * @When /^the administrator creates these users with ?(default attributes and|) skeleton files ?(but not initialized|):$/ * This function will allow us to send user creation requests in parallel. * This will be faster in comparision to waiting for each request to complete before sending another request. *