Commit 2ce847e8 authored by Gabriel Monnerat's avatar Gabriel Monnerat

In some cases, the option is already selected and in this case the page in not...

In some cases, the option is already selected and in this case the page in not reloaded. Then, the test was refactored to wait or not the page be reloaded.
parent 7126b3c3
......@@ -128,10 +128,15 @@
<td></td>\n
</tr>\n
<tr>\n
<td>selectAndWait</td>\n
<td>select</td>\n
<td>//select[@name=\'report_root_url\']</td>\n
<td>parent</td>\n
</tr>\n
<tr>\n
<td>waitForCondition</td>\n
<td>selenium.isElementPresent("//*[@class=\'planning_content\']/div[@title=\'Title 0\']")</td>\n
<td>10000</td>\n
</tr>\n
<tr>\n
<td>assertTextNotPresent</td>\n
<td>SiteError</td>\n
......
689
\ No newline at end of file
690
\ No newline at end of file
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