Skip to content

Commit

Permalink
Update test, move when into prep of the scenario using and
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelw85 committed Jan 7, 2025
1 parent dd7e481 commit 007f77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/language-core.feature
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ Feature: Manage translation files for a WordPress install
Scenario: List languages by multiple statuses
Given a WP install
And an empty cache
And I run `wp language core install nl_NL`

When I run `wp language core install nl_NL`
When I run `wp language core list --fields=language,status --status=active,installed`
Then STDOUT should be a table containing rows:
| language | status |
Expand Down

0 comments on commit 007f77d

Please sign in to comment.