diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-01 19:53:29 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-01 19:53:29 +0200 |
commit | 22479fd0ae41d16d7bbd579615ee10c4b22deeed (patch) | |
tree | dbe1a085b75f9b92292dc460291c0e9a3be84f6a /features/groups.feature | |
parent | de6360f9048511f55a9c93e6fc848418cb6c71a5 (diff) | |
download | gitlab-ce-22479fd0ae41d16d7bbd579615ee10c4b22deeed.tar.gz |
Remove tests with back button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/groups.feature')
-rw-r--r-- | features/groups.feature | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/groups.feature b/features/groups.feature index 419a5d3963d..49e939807b5 100644 --- a/features/groups.feature +++ b/features/groups.feature @@ -7,10 +7,6 @@ Feature: Groups When I visit group "NonExistentGroup" page Then page status code should be 404 - Scenario: I should have back to group button - When I visit group "Owned" page - Then I should see back to dashboard button - @javascript Scenario: I should see group "Owned" dashboard list When I visit group "Owned" page |