##// END OF EJS Templates
Adjust test for r11120 (#3436)....
Jean-Philippe Lang -
r10893:6ed7e091dfc8
parent child
Show More
@@ -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=?]', "task-todo-issue-#{issue2.id}", '{}'
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