Commit 31e019b7 authored by Tristan Cavelier's avatar Tristan Cavelier

Fix testFunctionalSupportRequest to fit new behaviors

parent 6866d00b
master arnau arnau-RD-Components-CacheTool arnau-RD-Components-ERP5Form-ERP5Report arnau-RD-Components-ERP5Form-SelectionTool-MemcachedTool arnau-RD-Components-ERP5OOo arnau-RD-Components-PreferenceTool-Preference arnau-RD-Components-Products-import-compat arnau-RD-Components-astroid_cache_per_component_reset arnau-RD-Components-erp5_crm arnau-RD-Components-erp5_trade-TODO-Interactor arnau-TM-Components-Migrate-PortalTransforms arnau-TM-Components-ModuleSecurityInfo arnau-TM-Components-PortalTransforms arnau-TM-FEC-output arnau-TM-WIP arnau-TM-isBuildable-with-multiple-BusinessLinks arnau-TM-jabber-client-desktop-notifications arnau-TM-newContent-temp_object arnau-TM-runUnitTest-clear-previous-execution-catalog arnau-TM-wkhtmltopdf arnau-WIP arnau-real-time-inventory-accounting catalog_filter cloud_reliability_test cmf_upgrade_versions cribjs-bootloader enhance_scalability_testing erp5-component erp5-imt erp5-messenger erp5-vifib erp5_corporate_identity erp5_hal_json_style_fix_restricted_access_with_traverse erp5_payslip_migration feat/coding_style_form_naming feat/dms_implicit_predecessor_successor_fields feat/erp5_ide feat/inventory_api_group_by_time_interval_list feat/python_language_support feat/stock-report-valuation feat/task_distribution_retry_flaky_tests fix/ZMI_editor_preference fix/advance_ecommerce_coding_crimes fix/business-template-update-tool fix/hide_diff_action fix/legacy_products_erp5type_document_migration fix/migrated_person_become_user fix/support-request-app-empty fix/test_result_after_mep fix/testnode_node_title fix/workflow_method_security for_testrunner_1 for_testrunner_2 for_testrunner_3 hotfix/rjs-formfields-padding js-ui listbox_url macros_fix my2to3 override_cache_control_header_by_caching_policy_manager publish_recursiveReindexObject scalability-master scalability-run-command shop-box-rebase streaming_fix streaming_fix-0 support_request trustable-x-forwarded-for ttrm valentin_translation_fix wsgi wsgi-gevent wsgi_backport_setbody_lock wsgi_medusa_stream_fix 0.4.59.1 0.4.59 erp5.util-0.4.68 erp5.util-0.4.67 erp5.util-0.4.66 erp5.util-0.4.65 erp5.util-0.4.64 erp5.util-0.4.63 erp5.util-0.4.62 erp5.util-0.4.61 erp5.util-0.4.60 erp5.util-0.4.59.1 erp5.util-0.4.59 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
No related merge requests found
......@@ -21,7 +21,7 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[@id='generate-rss']</td>
<td>//input[@data-i18n="[value]Generate RSS"]</td>
<td></td>
</tr>
<tr>
......
......@@ -26,17 +26,7 @@
</tr>
<tr>
<td>click</td>
<td>//input[@id="generateRSS"]</td>
<td></td>
</tr>
<tr>
<td>pause</td>
<td>5000</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[@id="generate-rss"]</td>
<td>//input[@data-i18n="[value]Generate RSS"]</td>
<td></td>
</tr>
<tr>
......
......@@ -46,14 +46,9 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//div[@role='main']//input[@name='search']</td>
<td>//div[@role='main']//input[@value='portal_type: "Support Request"']</td>
<td></td>
</tr>
<tr>
<td>assertValue</td>
<td>//div[@role='main']//input[@name='search']</td>
<td>( portal_type: "Support Request")</td>
</tr>
</tbody></table>
</body>
</html>
\ 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