diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-03-30 09:17:03 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-03-30 12:28:57 -0500 |
commit | 51031a68f76b23b8936bf674d9bc65491b207ebe (patch) | |
tree | 348d53f7bc452e40dbe4b15b87374f2d9d992afa /features/dashboard | |
parent | 673bb9ef1e9ca7c6a2fdd16bb75289181e076b08 (diff) | |
download | gitlab-ce-51031a68f76b23b8936bf674d9bc65491b207ebe.tar.gz |
Make entire todo row clickable
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/todos.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/dashboard/todos.feature b/features/dashboard/todos.feature index 1e7b1b50d64..8677b450813 100644 --- a/features/dashboard/todos.feature +++ b/features/dashboard/todos.feature @@ -36,3 +36,8 @@ Feature: Dashboard Todos Scenario: I filter by action Given I filter by "Mentioned" Then I should not see todos related to "Assignments" in the list + + @javascript + Scenario: I click on a todo row + Given I click on the todo + Then I should be directed to the corresponding page |