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
e84973af
Commit
e84973af
authored
Nov 07, 2024
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_osoe_web_renderjs_ui: test the router command
parent
2722400c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
41 additions
and
1 deletion
+41
-1
bt5/erp5_osoe_web_renderjs_ui/PathTemplateItem/portal_tests/osoe_rjs_zuite/testPageOsoeAccessPanel.zpt
...m/portal_tests/osoe_rjs_zuite/testPageOsoeAccessPanel.zpt
+41
-1
No files found.
bt5/erp5_osoe_web_renderjs_ui/PathTemplateItem/portal_tests/osoe_rjs_zuite/testPageOsoeAccessPanel.zpt
View file @
e84973af
...
...
@@ -20,7 +20,12 @@
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Site Reports' and contains(@class, 'active')]
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Site Reports' and contains(@href, '#!display') and contains(@class, 'active')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='New' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
...
...
@@ -28,6 +33,11 @@
<td>
//div[@data-gadget-scope='panel']//a[text()='New' and contains(@class, 'active')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Contribute File' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Contribute File' and contains(@class, 'active')]
</td>
...
...
@@ -39,6 +49,11 @@
</tal:block>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded"
/>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Site Reports' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Site Reports' and contains(@class, 'active')]
</td>
...
...
@@ -49,6 +64,11 @@
<td>
//div[@data-gadget-scope='panel']//a[text()='New' and contains(@class, 'active')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Contribute File' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Contribute File' and contains(@class, 'active')]
</td>
...
...
@@ -60,11 +80,21 @@
</tal:block>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded"
/>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Site Reports' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Site Reports' and contains(@class, 'active')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='New' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='New' and contains(@class, 'active')]
</td>
...
...
@@ -86,11 +116,21 @@
<td>
//div[@data-gadget-scope='panel']//a[text()='Site Reports' and contains(@class, 'active')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='New' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='New' and contains(@class, 'active')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Contribute File' and contains(@href, '#!display')]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementNotPresent
</td>
<td>
//div[@data-gadget-scope='panel']//a[text()='Contribute File' and contains(@class, 'active')]
</td>
...
...
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