Skip to content
Snippets Groups Projects
Unverified Commit 9409b51a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3080689 by ShaunDychko: Spelling errors in Nightwatch drupalCreateUser command

parent aa4dda49
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -10,7 +10,7 @@
* @param {array} [settings.permissions=[]]
* The list of permissions granted for the user.
* @param {function} callback
* A callback which will be called, when the creating the use is finished.
* A callback which will be called when creating the user is finished.
* @return {object}
* The drupalCreateUser command.
*/
......@@ -48,7 +48,7 @@ exports.command = function drupalCreateUser(
.assert.containsText(
'.messages',
'Created a new user account',
`User "${name}" was created succesfully.`,
`User "${name}" was created successfully.`,
);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment