We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a0b90 commit 66786b5Copy full SHA for 66786b5
features/super-admin.feature
@@ -24,6 +24,12 @@ Feature: Manage super admins associated with a multisite instance
24
superadmin
25
"""
26
27
+ When I run `wp super-admin list --format=ids`
28
+ Then STDOUT should be:
29
+ """
30
+ admin superadmin
31
32
+
33
When I try `wp super-admin add superadmin`
34
Then STDERR should be:
35
0 commit comments