Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve behat test
  • Loading branch information
BhargavBhandari90 committed Apr 9, 2025
commit 6c0b7f69c8eb31eaa8c14e4a663695921cb37d10
2 changes: 1 addition & 1 deletion features/user.feature
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Feature: Manage WordPress users
contributor
"""

When I run `wp user remove-cap {USER_ID}` contributor
When I run `wp user remove-cap {USER_ID} contributor`
Then the return code should be 1
And STDERR should be:
"""
Expand Down
Loading