Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Try with debug-bar instead
  • Loading branch information
schlessera committed May 6, 2025
commit facd817c1938913e2b4298095a4e473467850d07
8 changes: 2 additions & 6 deletions features/requests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ Feature: Requests integration with both v1 and v2
Given a WP installation
And I run `wp core update --version=5.8 --force`
And I run `rm -r wp-content/themes/*`
And I run `wp plugin delete --all`
And I run `rm -r wp-content/plugins/*`

When I run `wp core version`
Then STDOUT should contain:
Expand All @@ -73,7 +71,7 @@ Feature: Requests integration with both v1 and v2
"""
And STDERR should be empty

When I run `wp plugin install hello-dolly`
When I run `wp plugin install debug-bar`
Then STDOUT should contain:
"""
Success: Installed 1 of 1 plugins.
Expand All @@ -86,8 +84,6 @@ Feature: Requests integration with both v1 and v2
And I try `wp theme install twentyten`
And I try `wp theme activate twentyten`
And I run `wp core update --version=6.2 --force`
And I run `wp plugin delete --all`
And I run `rm -r wp-content/plugins/*`

When I run `wp core version`
Then STDOUT should contain:
Expand All @@ -106,7 +102,7 @@ Feature: Requests integration with both v1 and v2
"""
And STDERR should be empty

When I run `wp plugin install hello-dolly`
When I run `wp plugin install debug-bar`
Then STDOUT should contain:
"""
Success: Installed 1 of 1 plugins.
Expand Down