Remove unnecessary test cases
This commit is contained in:
parent
080e8d0afc
commit
6bee2c0f15
2 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@ Feature: Account
|
||||||
And I see text "Alex Kotov"
|
And I see text "Alex Kotov"
|
||||||
And I do not see text "Администратор"
|
And I do not see text "Администратор"
|
||||||
And I see text "Hi there :)"
|
And I see text "Hi there :)"
|
||||||
And I see text "Не относится к партии"
|
|
||||||
|
|
||||||
Scenario: of a superuser
|
Scenario: of a superuser
|
||||||
Given there is a superuser account with the following data:
|
Given there is a superuser account with the following data:
|
||||||
|
@ -21,7 +20,6 @@ Feature: Account
|
||||||
And I see text "Alex Kotov"
|
And I see text "Alex Kotov"
|
||||||
And I see text "Администратор"
|
And I see text "Администратор"
|
||||||
And I see text "Hi there :)"
|
And I see text "Hi there :)"
|
||||||
And I see text "Не относится к партии"
|
|
||||||
|
|
||||||
Scenario: of a supporter
|
Scenario: of a supporter
|
||||||
Given there is a supporter account with the following data:
|
Given there is a supporter account with the following data:
|
||||||
|
|
|
@ -13,7 +13,6 @@ Feature: Staff people create
|
||||||
Then I am at "/staff/people/\d+"
|
Then I am at "/staff/people/\d+"
|
||||||
And I see text "Иванов"
|
And I see text "Иванов"
|
||||||
And I see text "Павел"
|
And I see text "Павел"
|
||||||
And I see text "Не относится к партии"
|
|
||||||
|
|
||||||
Scenario: with invalid attributes:
|
Scenario: with invalid attributes:
|
||||||
When I fill form with the following data:
|
When I fill form with the following data:
|
||||||
|
|
Reference in a new issue