summaryrefslogtreecommitdiff
path: root/features/dashboard/task_queue.feature
blob: 42b4a86e4982b5705a0b3850b1ea0668ea21ec49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@dashboard
Feature: Dashboard Task Queue
  Background:
    Given I sign in as a user
    And I own project "Shop"
    And "John Doe" is a developer of project "Shop"
    And I have pending tasks
    And I visit dashboard task queue page

  @javascript
  Scenario: I mark pending tasks as done
    Then I should see pending tasks assigned to me
    And I mark the pending task as done
    And I click on the "Done" tab
    Then I should see all tasks marked as done