BigW Consortium Gitlab

issues.feature 546 Bytes
Newer Older
1
@dashboard
2
Feature: Dashboard Issues
3 4
  Background:
    Given I sign in as a user
5
    And I have authored issues
6
    And I have assigned issues
7
    And I have other issues
8
    And I visit dashboard issues page
9

10
  Scenario: I should see assigned issues
11
    Then I should see issues assigned to me
12

13
  @javascript
14 15 16 17
  Scenario: I should see authored issues
    When I click "Authored by me" link
    Then I should see issues authored by me

18
  @javascript
19 20 21
  Scenario: I should see all issues
    When I click "All" link
    Then I should see all issues