Loading core/tests/Drupal/Nightwatch/Commands/drupalCreateUser.js +2 −2 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading @@ -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.`, ); }); Loading Loading
core/tests/Drupal/Nightwatch/Commands/drupalCreateUser.js +2 −2 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading @@ -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.`, ); }); Loading