Commit 8de1e686 authored by Romain Courteaud's avatar Romain Courteaud

Ensure activities are done before checking the listbox.

parent 3872fb39
......@@ -137,11 +137,6 @@
<td>name=submit</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>pause</td>\n
<td>3000</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>waitForElementPresent</td>\n
<td>//input[@title=\'ID\']</td>\n
......@@ -152,6 +147,21 @@
<td>link=Back</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>open</td>\n
<td>${base_url}/bar_module/Zuite_waitForActivities</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertTextPresent</td>\n
<td>Done.</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>open</td>\n
<td>${base_url}/web_site_module/renderjs_runner/#jio_key=bar_module</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>waitForElementPresent</td>\n
<td>//a[text()=\'Test\']</td>\n
......
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