Add tests for single-click discussion creation.

This commit is contained in:
Peter Fogg
2013-06-03 14:57:34 -04:00
parent eff78bfd86
commit d3ec1cb915
2 changed files with 11 additions and 0 deletions

View File

@@ -11,3 +11,7 @@ Feature: Discussion Component Editor
And I edit and select Settings
Then I can modify the display name
And my display name change is persisted on save
Scenario: Creating a discussion takes a single click
Given I have clicked the new unit button
Then creating a discussion takes a single click