Welcome to mirror list, hosted at ThFree Co, Russian Federation.

archived_projects.feature « dashboard « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69b3a7764419da1d477afb7019c2a55b62bae350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@dashboard
Feature: Dashboard Archived Projects
  Background:
    Given I sign in as a user
    And I own project "Shop"
    And I own project "Forum"
    And project "Forum" is archived
    And I visit dashboard page

  Scenario: I should see non-archived projects on dashboard
    Then I should see "Shop" project link
    And I should not see "Forum" project link