Commit 9d1ad615 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui_test] Save action now animate the icon and reload the page

parent 454e6f18
......@@ -98,19 +98,6 @@
<td>//div[@data-gadget-scope=\'header\']//button[text()=\'Save\' and @type=\'submit\' and contains(@class, \'ui-icon-check\')]</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertTextPresent</td>\n
<td>Title 1</td>\n
<td></td>\n
</tr>\n
\n
<!-- force reload the page to ensure breadcrumb title changed, and so, data was correctly stored -->\n
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/wait_for_activities" />\n
<tr>\n
<td>open</td>\n
<td>${base_url}/web_site_module/renderjs_runner/#/foo_module/1?editable=true</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>waitForElementPresent</td>\n
<td>//div[@data-gadget-scope=\'header\']//a[text()=\'QWERTY\' and contains(@href, \'#!change\') and contains(@href, \'n.page=breadcrumb\')]</td>\n
......
......@@ -71,13 +71,13 @@
\n
<tr>\n
<td>waitForElementPresent</td>\n
<td>//button[@class="responsive ui-btn ui-icon-spinner ui-btn-icon-left ui-first-child ui-last-child "]</td>\n
<td>//button[@class="responsive ui-btn ui-icon-spinner ui-btn-icon-left ui-first-child ui-last-child ui-disabled ui-icon-spin"]</td>\n
<td></td>\n
</tr>\n
\n
<tr>\n
<td>waitForElementNotPresent</td>\n
<td>//button[@class="responsive ui-btn ui-icon-spinner ui-btn-icon-left ui-first-child ui-last-child "]</td>\n
<td>//button[@class="responsive ui-btn ui-icon-spinner ui-btn-icon-left ui-first-child ui-last-child ui-disabled ui-icon-spin"]</td>\n
<td></td>\n
</tr>\n
\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