Commit bb056e67 authored by Yorick Peterse's avatar Yorick Peterse

Comment out broken features

These will fail until #558 is taken care of.
parent ba8b8ca5
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
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