Skip to content

Commit 54ac063

Browse files
authored
Merge pull request #66 from wp-cli/fix-gherkin-issues
Fix Gherkin lint issues
2 parents f3646db + 9cf9665 commit 54ac063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/super-admin.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)