diff --git a/plugins/mezuro/features/creating_configuration.feature b/plugins/mezuro/features/creating_configuration.feature index 3909cf9..404eae1 100644 --- a/plugins/mezuro/features/creating_configuration.feature +++ b/plugins/mezuro/features/creating_configuration.feature @@ -12,7 +12,14 @@ Feature: Create configuration Scenario: I see Mezuro Configuration on my control panel When I go to the Control panel Then I should see "Mezuro configuration" - + + Scenario: I see an empty set of clone configurations + When I go to the Control panel + And there is no previous configurations created + And I follow "Mezuro configuration" + Then I should see "None" + And I should not see "error" + Scenario: creating with valid attributes When I go to the Control panel And I create a Mezuro configuration with the following data @@ -22,7 +29,13 @@ Feature: Create configuration And I should see "Qt_Calculator" And I should see "Description" And I should see "A sample description" - + + Scenario: I see a set of clone configurations + When I go to the Control panel + And I follow "Mezuro configuration" + Then I should see "None" + And I should not see "error" + Scenario: creating with duplicated name When I go to the Control panel And I create a Mezuro configuration with the following data @@ -31,7 +44,7 @@ Feature: Create configuration And I create a Mezuro configuration with the following data | Title | Original Title | Then I should see "1 error prohibited this article from being saved" - + Scenario: creating without title When I go to the Control panel And I create a Mezuro configuration with the following data -- libgit2 0.21.2