Skip to content

Commit 66786b5

Browse files
committed
Add test for ids format in super admin list
1 parent 51a0b90 commit 66786b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

features/super-admin.feature

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Feature: Manage super admins associated with a multisite instance
2424
superadmin
2525
"""
2626

27+
When I run `wp super-admin list --format=ids`
28+
Then STDOUT should be:
29+
"""
30+
admin superadmin
31+
"""
32+
2733
When I try `wp super-admin add superadmin`
2834
Then STDERR should be:
2935
"""

0 commit comments

Comments
 (0)