Metamorph tags are no longer added, reducing the number of children.

This commit is contained in:
Robert Jackson 2014-11-05 12:51:27 -05:00
parent b21ceadc63
commit 2b0f107225
No known key found for this signature in database
GPG Key ID: B3D10EF8171F7219

View File

@ -105,7 +105,7 @@
element = $("td.finished_at", row)
equal(element.text().trim(), job.finishedAt)
element = $("td:nth-child(6)", row)
element = $("td:nth-child(4)", row)
equal(element.text().trim(), job.rvm)
@listsQueuedJobs = (jobs) ->