Topic: Removing unused behat test

This commit is contained in:
Renato Alves 2017-11-12 15:05:59 -03:00
parent ade9f8ed5d
commit e3d78d805b

View file

@ -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:
"""