removing without skeleton files string from the user creation steps

This commit is contained in:
Niraj Acharya
2024-11-29 09:39:21 +05:45
parent a265fcbe46
commit c98841904d
219 changed files with 663 additions and 804 deletions

View File

@@ -188,7 +188,7 @@ trait Provisioning {
}
/**
* @Given user :user has been created with default attributes and without skeleton files
* @Given user :user has been created with default attributes
*
* @param string $user
*
@@ -202,7 +202,7 @@ trait Provisioning {
}
/**
* @Given these users have been created without skeleton files and not initialized:
* @Given these users have been created without being initialized:
*
* @param TableNode $table
*
@@ -216,7 +216,7 @@ trait Provisioning {
}
/**
* @Given these users have been created with default attributes and without skeleton files:
* @Given these users have been created with default attributes:
* expects a table of users with the heading
* "|username|"
*