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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.`,
      );
  });