|
|
|
|
@ -56,6 +56,21 @@ Feature: users
|
|
|
|
|
# When I click the "Yes" button of the confirmation dialog
|
|
|
|
|
# Then I see that the section Group1 is not shown
|
|
|
|
|
|
|
|
|
|
Scenario: delete an empty group
|
|
|
|
|
Given I act as Jane
|
|
|
|
|
And I am logged in as the admin
|
|
|
|
|
And I open the User settings
|
|
|
|
|
# disabled because we need the TAB patch:
|
|
|
|
|
# https://github.com/minkphp/MinkSelenium2Driver/pull/244
|
|
|
|
|
# And I assign the user user0 to the group Group1
|
|
|
|
|
# And I see that the section Group1 is shown
|
|
|
|
|
# And I withdraw the user user0 from the group Group1
|
|
|
|
|
# And I see that the section Group1 does not have a count
|
|
|
|
|
# And I click the "icon-delete" button on the Group1 section
|
|
|
|
|
# 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
|
|
|
|
|
Given I act as Jane
|
|
|
|
|
And I am logged in as the admin
|
|
|
|
|
|