diff options
author | Vinnie Okada <vokada@mrvinn.com> | 2014-10-06 19:19:12 -0500 |
---|---|---|
committer | Vinnie Okada <vokada@mrvinn.com> | 2014-10-06 19:19:12 -0500 |
commit | 40263a06c196e0c99cc13d187228bd62bbcf4a6a (patch) | |
tree | 37bce0ef915874dfe215ba78e2fe4964b879571e /features/project/issues/issues.feature | |
parent | 31bc42de57b3cfd7bf068df06d15372307b8661b (diff) | |
download | gitlab-ce-40263a06c196e0c99cc13d187228bd62bbcf4a6a.tar.gz |
Refactor task list tests and coffeescript
Diffstat (limited to 'features/project/issues/issues.feature')
-rw-r--r-- | features/project/issues/issues.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/issues/issues.feature b/features/project/issues/issues.feature index e989569ccd4..4db8551559b 100644 --- a/features/project/issues/issues.feature +++ b/features/project/issues/issues.feature @@ -144,7 +144,7 @@ Feature: Project Issues Scenario: Issues list should display task status Given project "Shop" has "Tasks-open" open issue with task markdown When I visit project "Shop" issues page - Then I should see the task status for issue "Tasks-open" + Then I should see the task status for the Taskable # Toggling task items |