summaryrefslogtreecommitdiff
path: root/features/dashboard/todos.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/dashboard/todos.feature')
-rw-r--r--features/dashboard/todos.feature7
1 files changed, 6 insertions, 1 deletions
diff --git a/features/dashboard/todos.feature b/features/dashboard/todos.feature
index 8677b450813..42f5d6d2af7 100644
--- a/features/dashboard/todos.feature
+++ b/features/dashboard/todos.feature
@@ -14,7 +14,12 @@ Feature: Dashboard Todos
Scenario: I mark todos as done
Then I should see todos assigned to me
And I mark the todo as done
- And I click on the "Done" tab
+ Then I should see the todo marked as done
+
+ @javascript
+ Scenario: I mark all todos as done
+ Then I should see todos assigned to me
+ And I mark all todos as done
Then I should see all todos marked as done
@javascript