@@ -31,7 +31,7 @@ Feature: Manage signups in a multisite installation
3131 When I run `wp user signup activate bobuser`
3232 Then STDOUT should contain:
3333 """
34- Success: Signup 1 activated .
34+ Success: Activated 1 of 1 signups .
3535 """
3636
3737 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
7171 When I run `wp user signup activate bobuser`
7272 Then STDOUT should contain:
7373 """
74- Success: Signup 1 activated .
74+ Success: Activated 1 of 1 signups .
7575 """
7676
7777 When I try the previous command again
78- Then STDERR should be :
78+ Then STDERR should contain :
7979 """
8080 Warning: Failed activating signup 1.
8181 """
@@ -106,11 +106,7 @@ Feature: Manage signups in a multisite installation
106106 When I run `wp user signup activate bobuser johnuser`
107107 Then STDOUT should contain:
108108 """
109- Success: Signup 1 activated.
110- """
111- And STDOUT should contain:
112- """
113- Success: Signup 2 activated.
109+ Success: Activated 2 of 2 signups.
114110 """
115111
116112 When I run `wp user signup list --active=1 --format=count`
@@ -133,7 +129,7 @@ Feature: Manage signups in a multisite installation
133129 When I run `wp user signup activate bobuser`
134130 Then STDOUT should contain:
135131 """
136- Success: Signup 1 activated .
132+ Success: Activated 1 of 1 signups .
137133 """
138134
139135 When I run `wp site list --fields=domain,path`
0 commit comments