summaryrefslogtreecommitdiff
path: root/features/dashboard
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-15 20:26:30 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 12:10:26 -0200
commitb05ab108f8f054e137d6ca3df9c211152afa23c7 (patch)
tree7e1447e93b2f26baa788352a8e1742fdaaeadac0 /features/dashboard
parent38026e5f7708473d2ae7a284a174fea7dac1e5db (diff)
downloadgitlab-ce-b05ab108f8f054e137d6ca3df9c211152afa23c7.tar.gz
Add feature spec for task queue list page
Diffstat (limited to 'features/dashboard')
-rw-r--r--features/dashboard/task_queue.feature15
1 files changed, 15 insertions, 0 deletions
diff --git a/features/dashboard/task_queue.feature b/features/dashboard/task_queue.feature
new file mode 100644
index 00000000000..42b4a86e498
--- /dev/null
+++ b/features/dashboard/task_queue.feature
@@ -0,0 +1,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