Commit e3fe5800 authored by Ivan Tyagov's avatar Ivan Tyagov

Respect asynchronous nature of gadget loading.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36212 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 834d8f0a
......@@ -72,7 +72,11 @@
<td>${base_url}/web_site_module/km_test_web_site</td>\n
<td></td>\n
</tr>\n
\n
<tr>\n
<td>waitForCondition</td>\n
<td>selenium.isTextPresent("Section 1")</td>\n
<td>10000</td> \n
</tr>\n
<tr>\n
<td>verifyElementPresent</td>\n
<td>//div[@class=\'box_inner_content\']/div/ul[1]/li/a[@title=\'Section 1\']</td>\n
......@@ -103,8 +107,6 @@
<td>//div[@class=\'box_inner_content\']/div/ul[2]/ul/li[2]/a[@title=\'Section 2.2\']</td>\n
<td></td>\n
</tr>\n
\n
\n
<tr>\n
<td>verifyElementPresent</td>\n
<td>//div[@class=\'box_inner_content\']/div/ul[3]/li/a[@title=\'Section 3\']</td>\n
......
60
\ No newline at end of file
61
\ 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