diff --git a/features/plain/form_validations.feature b/features/plain/form_validations.feature index 826d9598..54faaa54 100644 --- a/features/plain/form_validations.feature +++ b/features/plain/form_validations.feature @@ -66,22 +66,6 @@ Feature: Validation of forms And the error message should be "has already been taken" Scenario: A story invalid if it does not have 'Given' as a prefix - Given I can view the steps page - When I click new steps - And we fill in the step title with 'we have a new step' - Then submit the form - Then the step should be not saved - And the message 'Title must start with Given, When or Then' should be displayed - - Scenario: A story invalid if it does not have 'When' as a prefix - Given I can view the steps page - When I click new steps - And we fill in the step title with 'we have a new step' - Then submit the form - Then the step should be not saved - And the message 'Title must start with Given, When or Then' should be displayed - - Scenario: A story invalid if it does not have 'Then' as a prefix Given I can view the steps page When I click new steps And we fill in the step title with 'we have a new step'