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
Léo-Paul Géneau
erp5
Commits
2006ef4e
Commit
2006ef4e
authored
Jun 15, 2021
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui_test: update tests after duplicated actions removal
parent
2299af59
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testDialogButtonTranslated.zpt
...ortal_tests/document_zuite/testDialogButtonTranslated.zpt
+1
-1
bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSearchDialog.zpt
...lateItem/portal_tests/document_zuite/testSearchDialog.zpt
+1
-1
bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testFormDialogActionListRendering.zpt
...age_templates_zuite/testFormDialogActionListRendering.zpt
+2
-2
No files found.
bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testDialogButtonTranslated.zpt
View file @
2006ef4e
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
</tr>
</tr>
<tr>
<tr>
<td>
verifyText
</td>
<td>
verifyText
</td>
<td>
//select[@id="dialog_selector"]/option[
1
]
</td>
<td>
//select[@id="dialog_selector"]/option[
2
]
</td>
<td>
Search
</td>
<td>
Search
</td>
</tr>
</tr>
...
...
bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSearchDialog.zpt
View file @
2006ef4e
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
selectAndWait
</td>
<td>
assertSelected
</td>
<td>
select_dialog
</td>
<td>
select_dialog
</td>
<td>
generic_search
</td>
<td>
generic_search
</td>
</tr>
</tr>
...
...
bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testFormDialogActionListRendering.zpt
View file @
2006ef4e
...
@@ -51,12 +51,12 @@
...
@@ -51,12 +51,12 @@
<tr>
<tr>
<td>
verifyText
</td>
<td>
verifyText
</td>
<td>
//select[@id="dialog_selector"]/option[1]
</td>
<td>
//select[@id="dialog_selector"]/option[1]
</td>
<td>
Search
</td>
<td>
Search
2
</td>
</tr>
</tr>
<tr>
<tr>
<td>
assertText
</td>
<td>
assertText
</td>
<td>
//select[@id="dialog_selector"]/option[2]
</td>
<td>
//select[@id="dialog_selector"]/option[2]
</td>
<td>
Search
2
</td>
<td>
Search
</td>
</tr>
</tr>
</body>
</body>
</html>
</html>
\ No newline at end of file
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