Metamorph tags are no longer added, reducing the number of children.
This commit is contained in:
parent
b21ceadc63
commit
2b0f107225
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue
Block a user