Commit 7e2877e4 authored by Romain Courteaud's avatar Romain Courteaud :octopus:

[erp5_web_renderjs_ui_test] Wait for the page to be updated when saving

parent 701dc548
master arnau arnau-TM-FEC-output arnau-TM-getTypeBasedMethod-for-init_script arnau-TM-isBuildable-with-multiple-BusinessLinks arnau-TM-jabber-client-desktop-notifications arnau-real-time-inventory-accounting bryton/py3 bt5_config catalog_filter cherry-pick-243c2f03 cherry-pick-304d7a28 cleanup_acquisition_base_category delivery_item_barcode dsn-phase3 erp5-component erp5-imt erp5-messenger erp5-vifib erp5_catalog erp5_catalog_final erp5_corporate_identity erp5_hal_json_style_fix_restricted_access_with_traverse erp5_payslip_migration erp5testnode_max_timeout experiment/coding_style_test_suite feat/olapy feat/pdm_content_translation feature/accounting-reports-stats feature/hal-actions-support feature/hal-support-update feature/jio-accounting-reports feature/jio-action-accounting feature/jio-selection-actions feature/json-allows-all-jio-actions feature/renderjs-matrixbox feature/renderjs-ui-no-header feature/rjs-listbox-stats feature/rjs-mass-transition feature/rjs-print-action fix/consistency_check_alarm fix/multiple_small_fixes_to_zodb_history_tab fix/support-request-app-empty for_testrunner_1 for_testrunner_2 for_testrunner_3 hotfix/accounting-test-timeout hotfix/callable_tool hotfix/field-keeps-request hotfix/jio-mass-transition hotfix/jio_view hotfix/pdm-test hotfix/rjs-accounting-tests hotfix/rjs-editability hotfix/rjs-form-less-invasive hotfix/rjs-formfields-padding hotfix/rjs-listbox-mutex hotfix/rjs-replace-query-with-uids hotfix/tests-cleanup initsite js-ui keep_order_in_set_type_category_accessor listbox_url macros_fix maste_copy master_calendar_wip_patches_extend_security monitoring monitoring-graph officejs_zip ojs_wip refactor/base_edit refactor/renderjs revert-38554dbe revert-6c89fe9b rewrite_test_21_AcquiredPortalType scalability-master scalability-roque scalability-roque-2 scalability-run-command streaming_fix streaming_fix-0 taskdistribution-xmlrpc-binary valentin_translation_fix wip wsgi-gevent test-ui test-rjsacc test-rjs renderjs-test erp5.util-0.4.58 erp5.util-0.4.57 erp5.util-0.4.56 erp5.util-0.4.55 erp5.util-0.4.54 erp5.util-0.4.53 erp5.util-0.4.52 erp5.util-0.4.49
No related merge requests found
......@@ -211,6 +211,11 @@
<td>//input[@name="field_my_successor_title"]</td>
<td>TEST</td>
</tr>
<tr>
<td>verifyValue</td>
<td>//input[@name="field_my_title"]</td>
<td>TEST</td>
</tr>
</tbody></table>
</body>
......
......@@ -14,6 +14,20 @@
<td></td>
</tr>
<!-- First loader while calling Base_edit -->
<tr>
<td>waitForElementPresent</td>
<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>
<td></td>
</tr>
<tr>
<td>waitForTextPresent</td>
<td>Data updated.</td>
<td></td>
</tr>
<!-- Second loader while updating the page -->
<tr>
<td>waitForElementPresent</td>
<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>
......
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