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 d517708 commit ba0f282Copy full SHA for ba0f282
features/upgradables.feature
@@ -90,8 +90,12 @@ Feature: Manage WordPress themes and plugins
90
"""
91
And the {SUITE_CACHE_DIR}/<type>/<item>-{NEW_VERSION}.zip file should exist
92
93
- When I run `wp <type> update --all`
94
- Then STDOUT should not be empty
+ # This can throw warnings about versions being higher than expected.
+ When I try `wp <type> update --all 2>&1`
95
+ Then STDOUT should contain:
96
+ """
97
+ updated
98
99
100
When I run `wp <type> status <item>`
101
Then STDOUT should not contain:
0 commit comments