@@ -53,8 +53,6 @@ Feature: Requests integration with both v1 and v2
5353 Given a WP installation
5454 And I run `wp core update --version=5.8 --force`
5555 And I run `rm -r wp-content/themes/*`
56- And I run `wp plugin delete --all`
57- And I run `rm -r wp-content/plugins/*`
5856
5957 When I run `wp core version`
6058 Then STDOUT should contain:
@@ -73,7 +71,7 @@ Feature: Requests integration with both v1 and v2
7371 """
7472 And STDERR should be empty
7573
76- When I run `wp plugin install hello-dolly `
74+ When I run `wp plugin install debug-bar `
7775 Then STDOUT should contain:
7876 """
7977 Success: Installed 1 of 1 plugins.
@@ -86,8 +84,6 @@ Feature: Requests integration with both v1 and v2
8684 And I try `wp theme install twentyten`
8785 And I try `wp theme activate twentyten`
8886 And I run `wp core update --version=6.2 --force`
89- And I run `wp plugin delete --all`
90- And I run `rm -r wp-content/plugins/*`
9187
9288 When I run `wp core version`
9389 Then STDOUT should contain:
@@ -106,7 +102,7 @@ Feature: Requests integration with both v1 and v2
106102 """
107103 And STDERR should be empty
108104
109- When I run `wp plugin install hello-dolly `
105+ When I run `wp plugin install debug-bar `
110106 Then STDOUT should contain:
111107 """
112108 Success: Installed 1 of 1 plugins.
0 commit comments