Skip to content

Commit 3bf9330

Browse files
committed
Fix theme update test
1 parent 95eee0d commit 3bf9330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/theme.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,8 @@ Feature: Manage WordPress themes
676676

677677
Scenario: Excluding a missing theme should not throw an error
678678
Given a WP install
679+
And I run `wp theme delete --all --force`
680+
And I run `wp theme install p2 --version=1.5.5 --activate`
679681
And I run `wp theme update --all --exclude=missing-theme`
680682
Then STDERR should be empty
681683
And STDOUT should contain:

0 commit comments

Comments
 (0)