@@ -31,7 +31,7 @@ Feature: Manage signups in a multisite installation
31
31
When I run `wp user signup activate bobuser`
32
32
Then STDOUT should contain:
33
33
"""
34
- Success: Signup 1 activated .
34
+ Success: Activated 1 of 1 signups .
35
35
"""
36
36
37
37
When I run `wp user signup list --fields=signup_id,user_login,user_email,active --format=csv --active=1`
@@ -71,11 +71,11 @@ Feature: Manage signups in a multisite installation
71
71
When I run `wp user signup activate bobuser`
72
72
Then STDOUT should contain:
73
73
"""
74
- Success: Signup 1 activated .
74
+ Success: Activated 1 of 1 signups .
75
75
"""
76
76
77
77
When I try the previous command again
78
- Then STDERR should be :
78
+ Then STDERR should contain :
79
79
"""
80
80
Warning: Failed activating signup 1.
81
81
"""
@@ -106,11 +106,7 @@ Feature: Manage signups in a multisite installation
106
106
When I run `wp user signup activate bobuser johnuser`
107
107
Then STDOUT should contain:
108
108
"""
109
- Success: Signup 1 activated.
110
- """
111
- And STDOUT should contain:
112
- """
113
- Success: Signup 2 activated.
109
+ Success: Activated 2 of 2 signups.
114
110
"""
115
111
116
112
When I run `wp user signup list --active=1 --format=count`
@@ -133,7 +129,7 @@ Feature: Manage signups in a multisite installation
133
129
When I run `wp user signup activate bobuser`
134
130
Then STDOUT should contain:
135
131
"""
136
- Success: Signup 1 activated .
132
+ Success: Activated 1 of 1 signups .
137
133
"""
138
134
139
135
When I run `wp site list --fields=domain,path`
0 commit comments