File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Feature: Disable auto-updates for WordPress plugins
3434
3535 @require-wp-5.5
3636 Scenario : Disable auto-updates for all plugins
37- When I run `wp plugin list --status=active -- format=count`
37+ When I run `wp plugin list --format=count`
3838 Then save STDOUT as {PLUGIN_COUNT}
3939
4040 When I run `wp plugin auto-updates disable --all`
@@ -74,7 +74,7 @@ Feature: Disable auto-updates for WordPress plugins
7474 Scenario : Filter when enabling auto-updates for already disabled plugins
7575 When I run `wp plugin auto-updates disable hello`
7676
77- When I run `wp plugin list --status=active -- format=count`
77+ When I run `wp plugin list --format=count`
7878 Then save STDOUT as {PLUGIN_COUNT}
7979
8080 When I run `wp plugin auto-updates disable --all --enabled-only`
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Feature: Enable auto-updates for WordPress plugins
3333
3434 @require-wp-5.5
3535 Scenario : Enable auto-updates for all plugins
36- When I run `wp plugin list --status=active -- format=count`
36+ When I run `wp plugin list --format=count`
3737 Then save STDOUT as {PLUGIN_COUNT}
3838
3939 When I run `wp plugin auto-updates enable --all`
@@ -71,7 +71,7 @@ Feature: Enable auto-updates for WordPress plugins
7171
7272 @require-wp-5.5
7373 Scenario : Filter when enabling auto-updates for already enabled plugins
74- When I run `wp plugin list --status=active -- format=count`
74+ When I run `wp plugin list --format=count`
7575 Then save STDOUT as {PLUGIN_COUNT}
7676
7777 When I run `wp plugin auto-updates enable hello`
You can’t perform that action at this time.
0 commit comments