File tree 2 files changed +15
-15
lines changed 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Feature: Generate new WordPress sites
4
4
Given a WP install
5
5
When I try `wp site generate`
6
6
Then STDERR should contain:
7
- """
8
- This is not a multisite installation.
9
- """
7
+ """
8
+ This is not a multisite installation.
9
+ """
10
10
And STDOUT should be empty
11
11
And the return code should be 1
12
12
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ Feature: Manage WordPress users
83
83
84
84
When I run `wp user create testuser3 testuser3@example.com --user_pass=testuser3pass`
85
85
Then STDOUT should not contain:
86
- """
87
- Password:
88
- """
86
+ """
87
+ Password:
88
+ """
89
89
90
90
# Check with valid password.
91
91
When I run `wp user check-password testuser3 testuser3pass`
@@ -104,9 +104,9 @@ Feature: Manage WordPress users
104
104
105
105
When I run `wp user create testuser3b testuser3b@example.com --user_pass="test\" user3b's\p ass\! " `
106
106
Then STDOUT should not contain:
107
- """
108
- Password:
109
- """
107
+ """
108
+ Password:
109
+ """
110
110
111
111
# Check password without the `--escape-chars` option.
112
112
When I try `wp user check-password testuser3b "test\" user3b's\p ass\! " `
@@ -437,15 +437,15 @@ Feature: Manage WordPress users
437
437
438
438
When I run `wp user create testrandompass [email protected] `
439
439
Then STDOUT should contain:
440
- """
441
- Password:
442
- """
440
+ """
441
+ Password:
442
+ """
443
443
444
444
When I run `wp user create testsuppliedpass [email protected] --user_pass=suppliedpass`
445
445
Then STDOUT should not contain:
446
- """
447
- Password:
448
- """
446
+ """
447
+ Password:
448
+ """
449
449
450
450
Scenario: List network users
451
451
Given a WP multisite install
You can’t perform that action at this time.
0 commit comments