Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leo Le Bouter
erp5
Commits
31e019b7
Commit
31e019b7
authored
7 years ago
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
18 deletions
+3
-18
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testCheckHomePage.zpt
...s/officejs_support_request_ui_zuite/testCheckHomePage.zpt
+1
-1
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testHomePageRSS.zpt
...sts/officejs_support_request_ui_zuite/testHomePageRSS.zpt
+1
-11
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testHomepageSearch.zpt
.../officejs_support_request_ui_zuite/testHomepageSearch.zpt
+1
-6
No files found.
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testCheckHomePage.zpt
View file @
31e019b7
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testHomePageRSS.zpt
View file @
31e019b7
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testHomepageSearch.zpt
View file @
31e019b7
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment