Commit 29554d59 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'ce-upstream' of gitlab.com:gitlab-org/gitlab-ee into ce-upstream

parents eeaf4d8b bb056e67
Feature: Group Active Tab
Background:
Given I sign in as "John Doe"
And "John Doe" is owner of group "Owned"
When I visit group "Owned" settings page
Scenario: On Audit events
When I go to "Audit Events"
Then the active sub nav should be Audit Events
And no other sub navs should be active
And the active main tab should be Settings
Scenario: On Webhooks
When I go to "Webhooks"
Then the active sub nav should be Webhooks
And no other sub navs should be active
And the active main tab should be Settings
# Background:
# Given I sign in as "John Doe"
# And "John Doe" is owner of group "Owned"
# When I visit group "Owned" settings page
#
# Scenario: On Audit events
# When I go to "Audit Events"
# Then the active sub nav should be Audit Events
# And no other sub navs should be active
# And the active main tab should be Settings
#
# Scenario: On Webhooks
# When I go to "Webhooks"
# Then the active sub nav should be Webhooks
# And no other sub navs should be active
# And the active main tab should be Settings
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment