File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Feature: Manage super admins associated with a multisite instance
143143 superadmin
144144 """
145145
146- And I run `wp super-admin list`
146+ When I run `wp super-admin list`
147147 Then STDOUT should be:
148148 """
149149 superadmin
@@ -184,10 +184,10 @@ Feature: Manage super admins associated with a multisite instance
184184 Given a WP multisite installation
185185
186186 When I run `wp user get admin --field=ID`
187- And save STDOUT as {USER_1}
187+ Then save STDOUT as {USER_1}
188188
189189 When I run `wp user create admin2 admin2@example.com --porcelain`
190- And save STDOUT as {USER_2}
190+ Then save STDOUT as {USER_2}
191191
192192 When I run `wp super-admin add admin2`
193193 And I run `wp super-admin list --format=ids`
You can’t perform that action at this time.
0 commit comments