Skip to content

Commit

Permalink
Fix theme update test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Oct 17, 2022
1 parent 95eee0d commit 3bf9330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/theme.feature
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ Feature: Manage WordPress themes

Scenario: Excluding a missing theme should not throw an error
Given a WP install
And I run `wp theme delete --all --force`
And I run `wp theme install p2 --version=1.5.5 --activate`
And I run `wp theme update --all --exclude=missing-theme`
Then STDERR should be empty
And STDOUT should contain:
Expand Down

0 comments on commit 3bf9330

Please sign in to comment.