summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/users.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/users.feature')
-rw-r--r--tests/acceptance/features/users.feature22
1 files changed, 13 insertions, 9 deletions
diff --git a/tests/acceptance/features/users.feature b/tests/acceptance/features/users.feature
index 8c9ffb57fb5..7b0839d1b90 100644
--- a/tests/acceptance/features/users.feature
+++ b/tests/acceptance/features/users.feature
@@ -36,21 +36,25 @@ Feature: users
And I am logged in as the admin
And I open the User settings
And I see that the list of users contains the user user0
- 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
+ # disabled because we need the TAB patch:
+ # https://github.com/minkphp/MinkSelenium2Driver/pull/244
+ # 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
Given I act as Jane
And I am logged in as the admin
And I open the User settings
And I see that the list of users contains the user user0
- And I assign the user user0 to the group Group1
- And I see that the section Group1 is shown
- 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
+ # 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 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