@@ -94,7 +94,7 class GanttsControllerTest < ActionController::TestCase | |||
|
94 | 94 | assert_kind_of Hash, relations |
|
95 | 95 | assert relations.present? |
|
96 | 96 | assert_select 'div.task_todo[id=?][data-rels*=?]', "task-todo-issue-#{issue1.id}", issue2.id.to_s |
|
97 |
assert_select 'div.task_todo[id=?][data-rels |
|
|
97 | assert_select 'div.task_todo[id=?]:not([data-rels])', "task-todo-issue-#{issue2.id}" | |
|
98 | 98 | end |
|
99 | 99 | |
|
100 | 100 | def test_gantt_should_export_to_pdf |
General Comments 0
You need to be logged in to leave comments.
Login now