diff --git a/features/topic.feature b/features/topic.feature index 183aa1f..8200297 100644 --- a/features/topic.feature +++ b/features/topic.feature @@ -65,24 +65,12 @@ Feature: Manage bbPress Topics Success: Topic {TOPIC_ID} successfully closed. """ - When I run `wp bbp topic close {TOPIC_ID}` - Then STDOUT should contain: - """ - Error: Topic is already closed. - """ - When I run `wp bbp topic open {TOPIC_ID}` Then STDOUT should contain: """ Success: Topic {TOPIC_ID} successfully opened. """ - When I run `wp bbp topic open {TOPIC_ID}` - Then STDOUT should contain: - """ - Error: Topic is already opened. - """ - When I run `wp bbp topic delete {TOPIC_ID} --yes` Then STDOUT should contain: """