mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Behat] Remove unnecessary scenarios from cli test
This commit is contained in:
parent
903527e097
commit
6e8e02a728
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue