Skip to content

Commit cf22fe0

Browse files
committed
Expect BuddyPress redirect warning
1 parent 364548b commit cf22fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/plugin-dependencies.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ Feature: Plugin dependencies support
119119
Warning: akismet: Plugin already installed.
120120
"""
121121

122-
When I run `wp plugin list --fields=name,status --format=csv`
122+
# Expecting a warning for BuddyPress attempting a redirect upon activation.
123+
When I try `wp plugin list --fields=name,status --format=csv`
123124
Then STDOUT should contain:
124125
"""
125126
buddypress,active

0 commit comments

Comments
 (0)