Commit 2de59cbc authored by Jérome Perrin's avatar Jérome Perrin

graph_editor_ui_test: fix running QUnit Tests

At the beginning of tests, there is Tests completed in {a few milliseconds}, so
this was reporting success before the test even run.
parent 091f382b
......@@ -13,7 +13,11 @@ Run existing qunit test in zelenium framework, to easily integrate it in current
<td tal:content="string:${context/portal_url}/dream_graph_editor/jsplumb/test.html"></td>
<td></td>
</tr>
<tr>
<td>waitForTextPresent</td>
<td>Running</td>
<td></td>
</tr>
<tr>
<td>waitForTextPresent</td>
<td>Tests completed in </td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment