Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-05-10 16:00:48 +02:00
parent 07a592bd27
commit a434077251
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
2 changed files with 76 additions and 72 deletions

View file

@ -36,21 +36,25 @@ Feature: users
And I am logged in as the admin And I am logged in as the admin
And I open the User settings And I open the User settings
And I see that the list of users contains the user user0 And I see that the list of users contains the user user0
When I assign the user user0 to the group admin # disabled because we need the TAB patch:
Then I see that the section Admins is shown # https://github.com/minkphp/MinkSelenium2Driver/pull/244
And I see that the section Admins has a count of 2 # When I assign the user user0 to the group admin
# Then I see that the section Admins is shown
# And I see that the section Admins has a count of 2
Scenario: create and delete a group Scenario: create and delete a group
Given I act as Jane Given I act as Jane
And I am logged in as the admin And I am logged in as the admin
And I open the User settings And I open the User settings
And I see that the list of users contains the user user0 And I see that the list of users contains the user user0
And I assign the user user0 to the group Group1 # disabled because we need the TAB patch:
And I see that the section Group1 is shown # https://github.com/minkphp/MinkSelenium2Driver/pull/244
And I click the "icon-delete" button on the Group1 section # And I assign the user user0 to the group Group1
And I see that the confirmation dialog is shown # And I see that the section Group1 is shown
When I click the "Yes" button of the confirmation dialog # And I click the "icon-delete" button on the Group1 section
Then I see that the section Group1 is not shown # And I see that the confirmation dialog is shown
# When I click the "Yes" button of the confirmation dialog
# Then I see that the section Group1 is not shown
Scenario: change columns visibility Scenario: change columns visibility
Given I act as Jane Given I act as Jane