diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 23:34:18 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 23:34:18 -0700 |
commit | 9ed71f77fee46fc489af8a6150cf12c1c6c468c1 (patch) | |
tree | f63b8453bbab6017832037d760ecc8056d4d3cf2 /features/project | |
parent | 4b1bb42bf77328e2f80e40933d53037a1144bf0a (diff) | |
download | gitlab-ce-9ed71f77fee46fc489af8a6150cf12c1c6c468c1.tar.gz |
Remove tests for un-existing page
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/archived.feature | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/features/project/archived.feature b/features/project/archived.feature index 9aac29384ba..ad466f4f307 100644 --- a/features/project/archived.feature +++ b/features/project/archived.feature @@ -14,15 +14,6 @@ Feature: Project Archived And I visit project "Forum" page Then I should see "Archived" - Scenario: I should not see archived on projects page with no archived projects - And I visit dashboard projects page - Then I should not see "Archived" - - Scenario: I should see archived on projects page with archived projects - And project "Forum" is archived - And I visit dashboard projects page - Then I should see "Archived" - Scenario: I archive project When project "Shop" has push event And I visit project "Shop" page |