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

issues.feature « dashboard « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99dad88a40289274f1c4fd5da5d8066f8d6e002a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@dashboard
Feature: Dashboard Issues
  Background:
    Given I sign in as a user
    And I have authored issues
    And I have assigned issues
    And I have other issues
    And I visit dashboard issues page

  Scenario: I should see assigned issues
    Then I should see issues assigned to me

  @javascript
  Scenario: I should see authored issues
    When I click "Authored by me" link
    Then I should see issues authored by me

  @javascript
  Scenario: I should see all issues
    When I click "All" link
    Then I should see all issues