Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bb056e67
Commit
bb056e67
authored
May 12, 2016
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out broken features
These will fail until #558 is taken care of.
parent
ba8b8ca5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
features/group_active_tab.feature
features/group_active_tab.feature
+16
-17
No files found.
features/group_active_tab.feature
View file @
bb056e67
Feature
:
Group Active Tab
Feature
:
Group Active Tab
Background
:
# Background:
Given
I sign in as
"John Doe"
# Given I sign in as "John Doe"
And
"John Doe"
is owner of group
"Owned"
# And "John Doe" is owner of group "Owned"
When
I visit group
"Owned"
settings page
# When I visit group "Owned" settings page
#
Scenario
:
On Audit events
# Scenario: On Audit events
When
I go to
"Audit Events"
# When I go to "Audit Events"
Then
the active sub nav should be Audit Events
# Then the active sub nav should be Audit Events
And
no other sub navs should be active
# And no other sub navs should be active
And
the active main tab should be Settings
# And the active main tab should be Settings
#
Scenario
:
On Webhooks
# Scenario: On Webhooks
When
I go to
"Webhooks"
# When I go to "Webhooks"
Then
the active sub nav should be Webhooks
# Then the active sub nav should be Webhooks
And
no other sub navs should be active
# And no other sub navs should be active
And
the active main tab should be Settings
# And the active main tab should be Settings
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment