From 64e589c581589e42dfa1b12a22011f88cd3e62bc Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Fri, 7 Jul 2017 14:40:41 +0000 Subject: Resolve "Inconsistent location of members page between groups and projects" --- features/project/active_tab.feature | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'features/project') diff --git a/features/project/active_tab.feature b/features/project/active_tab.feature index 34201cd8486..3ea0aab5a67 100644 --- a/features/project/active_tab.feature +++ b/features/project/active_tab.feature @@ -31,6 +31,11 @@ Feature: Project Active Tab Then the active main tab should be Wiki And no other main tabs should be active + Scenario: On Project Members + Given I visit my project's members page + Then the active main tab should be Members + And no other main tabs should be active + # Sub Tabs: Home Scenario: On Project Home/Show @@ -63,12 +68,6 @@ Feature: Project Active Tab And no other sub tabs should be active And the active main tab should be Settings - Scenario: On Project Members - Given I visit my project's members page - Then the active sub tab should be Members - And no other sub tabs should be active - And the active main tab should be Settings - # Sub Tabs: Repository Scenario: On Project Repository/Files -- cgit v1.2.1