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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
add40b7e
Commit
add40b7e
authored
Sep 23, 2021
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs_support_request_ui_test: xxx remove pause
parent
ba1806b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
19 deletions
+5
-19
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testLatestPostOnFrontPage.zpt
...js_support_request_ui_zuite/testLatestPostOnFrontPage.zpt
+5
-19
No files found.
bt5/erp5_officejs_support_request_ui_test/PathTemplateItem/portal_tests/officejs_support_request_ui_zuite/testLatestPostOnFrontPage.zpt
View file @
add40b7e
...
...
@@ -18,11 +18,8 @@
<tr><td>
click
</td>
<td>
//input[@data-i18n='[value]Submit New Support Request']
</td><td></td></tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name='field_your_title']
</td>
<td></td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded"
/>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name='field_your_title']
</td>
...
...
@@ -31,18 +28,8 @@
<tr><td>
type
</td>
<td>
//input[@name='field_your_title']
</td>
<td>
testLatestPostOnFrontPage
</td></tr>
<tr>
<td>
select
</td>
<td>
field_your_project
</td>
<td></td>
</tr>
<!-- Wait for the gadget to update the resource according to the project type,
this done by an ajax call.-->
<tr>
<td>
pause
</td>
<td>
1000
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//option[@text="BugReport"]
</td>
...
...
@@ -56,12 +43,11 @@
<td>
RobotMaking
</td>
</tr>
<tr>
<td>
pause
</td>
<td>
1000
</td>
<td></td>
<td>
waitForElementNotPresent
</td>
<td>
//option[@text="BugReport"]
</td>
</tr>
<tr>
<td>
waitFor
ElementNotPresent
</td>
<td>
assert
ElementNotPresent
</td>
<td>
//option[@text="BugReport"]
</td>
</tr>
<tr>
...
...
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