Skip to content

Commit

Permalink
Add test for ids format in super admin list
Browse files Browse the repository at this point in the history
  • Loading branch information
ernilambar committed Feb 26, 2024
1 parent 51a0b90 commit 66786b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions features/super-admin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Feature: Manage super admins associated with a multisite instance
superadmin
"""

When I run `wp super-admin list --format=ids`
Then STDOUT should be:
"""
admin superadmin
"""

When I try `wp super-admin add superadmin`
Then STDERR should be:
"""
Expand Down

0 comments on commit 66786b5

Please sign in to comment.