diff options
Diffstat (limited to 'features/project')
| -rw-r--r-- | features/project/issues/issues.feature | 1 | ||||
| -rw-r--r-- | features/project/shortcuts.feature | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature index a15298fc452..28cc43ef710 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -189,6 +189,7 @@ Feature: Project Issues Given I logout Given public project "Community" When I visit project "Community" page + And I visit project "Community" issues page And I click link "New Issue" And I should not see assignee field And I should not see milestone field diff --git a/features/project/shortcuts.feature b/features/project/shortcuts.feature index 9567b571120..2369c02806f 100644 --- a/features/project/shortcuts.feature +++ b/features/project/shortcuts.feature @@ -53,6 +53,5 @@ Feature: Project Shortcuts @javascript Scenario: Navigate to project feed - Given I visit my project's files page Given I press "g" and "e" Then the active main tab should be Activity |
