Skip to content

Commit

Permalink
Fix feature test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed May 17, 2023
1 parent 80cecf0 commit 6bb7681
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions features/user-reset-password.feature
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ Feature: Reset passwords for one or more WordPress users.
"""
And an email should not be sent

When I run `wp user get 1 --field=user_pass`
Then STDOUT should not contain:
"""
{ORIGINAL_PASSWORD}
"""
When I run `wp user get 1 --field=user_pass`
Then STDOUT should not contain:
"""
{ORIGINAL_PASSWORD}
"""

@require-wp-4.3
Scenario: Reset the password of a WordPress user, and show only the new password
Expand All @@ -73,8 +73,8 @@ Feature: Reset passwords for one or more WordPress users.
Then STDOUT should not be empty
And an email should not be sent

When I run `wp user get 1 --field=user_pass`
Then STDOUT should not contain:
"""
{ORIGINAL_PASSWORD}
"""
When I run `wp user get 1 --field=user_pass`
Then STDOUT should not contain:
"""
{ORIGINAL_PASSWORD}
"""

0 comments on commit 6bb7681

Please sign in to comment.