[Behat] Remove unnecessary scenarios from cli test

This commit is contained in:
Łukasz Chruściel 2016-08-15 13:46:59 +02:00
parent 903527e097
commit 6e8e02a728
No known key found for this signature in database
GPG key ID: FF92D527BD857C95

View file

@ -9,16 +9,6 @@ Feature: Sylius Install Feature
When I run Sylius CLI installer
Then I should see output "Administrator account successfully registered."
Scenario: Trying to register administrator account without name
Given I do not provide a name
When I run Sylius CLI installer
Then I should see output "Your firstname: This value should not be blank"
Scenario: Trying to register administrator account without surname
Given I do not provide a surname
When I run Sylius CLI installer
Then I should see output "Lastname: This value should not be blank"
Scenario: Trying to register administrator account without email
Given I do not provide an email
When I run Sylius CLI installer