14407: Fix "too much recursion" error.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 25 Oct 2018 19:52:21 +0000 (15:52 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 25 Oct 2018 19:52:21 +0000 (15:52 -0400)
commit62f6c1f0be5ebd4911ca0891e2b68db4c1e07a9a
treeb9978699b792902024ec5026179466f6c5967ea6
parent8aeabdc8bbcc545e07e1a0569f1c26583d89d68d
14407: Fix "too much recursion" error.

The recursion error comes from evaluate_script() trying to serialize
the magical jQuery response. We don't need to see that response so
we can use execute_script() instead.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
apps/workbench/test/integration_helper.rb