Skip to content

Commit 5d12787

Browse files
swissspidyCopilot
andauthored
Harden check-update test (#520)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ab91935 commit 5d12787

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

features/plugin-check-update.feature

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Feature: Check for plugin updates
44
Scenario: Check for plugin updates with no updates available
55
Given a WP install
66

7-
When I run `wp plugin install wordpress-importer --activate`
7+
# In case Akismet has a newer release than the bundled version
8+
When I run `wp plugin update --all`
9+
And I run `wp plugin install wordpress-importer --activate`
810
Then STDOUT should not be empty
911

1012
When I run `wp plugin check-update --all`

0 commit comments

Comments
 (0)