Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
slapos.core
Commits
5e27c2b7
Commit
5e27c2b7
authored
Oct 24, 2022
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio_ui_test: Add simple tests specific for the parameter editor
parent
f6ee0661
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
727 additions
and
0 deletions
+727
-0
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorJSONinXML.xml
...aposjs_zuite/testSlapOSJSTestParameterEditorJSONinXML.xml
+58
-0
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorJSONinXML.zpt
...aposjs_zuite/testSlapOSJSTestParameterEditorJSONinXML.zpt
+305
-0
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorXML.xml
...sts/slaposjs_zuite/testSlapOSJSTestParameterEditorXML.xml
+58
-0
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorXML.zpt
...sts/slaposjs_zuite/testSlapOSJSTestParameterEditorXML.zpt
+306
-0
No files found.
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorJSONinXML.xml
0 → 100644
View file @
5e27c2b7
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ZopePageTemplate"
module=
"Products.PageTemplates.ZopePageTemplate"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
expand
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
testSlapOSJSTestParameterEditorJSONinXML
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
<value>
<string>
utf-8
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<unicode></unicode>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorJSONinXML.zpt
0 → 100644
View file @
5e27c2b7
<html
xmlns:tal=
"http://xml.zope.org/namespaces/tal"
xmlns:metal=
"http://xml.zope.org/namespaces/metal"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
Test Parameter editor (XML Serialisation)
</title>
</head>
<body>
<table
cellpadding=
"1"
cellspacing=
"1"
border=
"1"
>
<thead>
<tr>
<td
rowspan=
"1"
colspan=
"3"
>
Test Parameter editor (XML Serialisation)
</td>
</tr>
</thead>
<tbody>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplate/macros/init"
/>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplate/macros/wait_for_activities"
/>
<tr>
<td>
open
</td>
<td>
${base_url}/web_site_module/hostingjs/#/?page=slap_test_parameter_form
</td>
<td></td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSCommonTemplate/macros/wait_for_app_loaded"
/>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name='url_string']
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name='url_string']
</td>
<td></td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Set URL for the software release
</b></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name='url_string']
</td>
<td>
${base_url}/web_site_module/hostingjs/hateoas/sample-software-schema/minimal_json_in_xml_demo/software.cfg
</td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSCommonTemplate/macros/click_proceed"
/>
<tr>
<td
colspan=
"3"
><b>
Wait for software type
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]//option[text()="Default"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]//option[text()="Default"]
</td>
<td></td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple string
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-string" and @type="text"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-string" and @type="text"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-string" and @type="text"]
</td>
<td>
this is a simple string
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the string + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-string-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-string-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-string-with-enum"]
</td>
<td>
simple string B
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the boolean
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-boolean"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-boolean"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-boolean"]
</td>
<td>
true
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the String on Text area
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//textarea[@name="//simple-string-with-text-area"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//textarea[@name="//simple-string-with-text-area"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//textarea[@name="//simple-string-with-text-area"]
</td>
<td>
this is a simple string on a text area
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple integer
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-integer" and @type="number"]
</td>
<td>
1
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the integer + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-integer-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-integer-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-integer-with-enum"]
</td>
<td>
7
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple numeric (integer)
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-numeric-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-numeric-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-numeric-integer" and @type="number"]
</td>
<td>
2
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the numeric integer + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-numeric-integer-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-numeric-integer-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-numeric-integer-enum"]
</td>
<td>
13
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple numeric (float)
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-numeric-float" and @type="number" and @step="any"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-numeric-float" and @type="number"and @step="any"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-numeric-float" and @type="number"and @step="any"]
</td>
<td>
2
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the numeric float + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-numeric-float-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-numeric-float-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-numeric-float-enum"]
</td>
<td>
1.25
</td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSCommonTemplate/macros/click_proceed"
/>
<tr>
<td>
waitForElementPresent
</td>
<td>
//pre[@id="parameter_output"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//pre[@id="parameter_output"]
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//p[@id="parameter_hash"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//p[@id="parameter_hash"]
</td>
<td></td>
</tr>
<tr>
<td>
waitForTextPresent
</td>
<td>
PD94bWwgdmVyc2lvbj0iMS4wIi
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGluc3RhbmNlPgogICAgPHBhcmFtZXRlciBpZD0iXyI+ewogICAgInNpbXBsZS1zdHJpbmciOiAidGhpcyBpcyBhIHNpbXBsZSBzdHJpbmciLAogICAgInNpbXBsZS1zdHJpbmctd2l0aC1lbnVtIjogInNpbXBsZSBzdHJpbmcgQiIsCiAgICAic2ltcGxlLWJvb2xlYW4iOiB0cnVlLAogICAgInNpbXBsZS1zdHJpbmctd2l0aC10ZXh0LWFyZWEiOiAidGhpcyBpcyBhIHNpbXBsZSBzdHJpbmcgb24gYSB0ZXh0IGFyZWEiLAogICAgInNpbXBsZS1pbnRlZ2VyIjogMSwKICAgICJzaW1wbGUtaW50ZWdlci13aXRoLWVudW0iOiA3LAogICAgInNpbXBsZS1udW1lcmljLWludGVnZXIiOiAyLAogICAgInNpbXBsZS1udW1lcmljLWludGVnZXItZW51bSI6IDEzLAogICAgInNpbXBsZS1udW1lcmljLWZsb2F0IjogMiwKICAgICJzaW1wbGUtbnVtZXJpYy1mbG9hdC1lbnVtIjogMS4yNQp9PC9wYXJhbWV0ZXI+CjwvaW5zdGFuY2U+
</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>
\ No newline at end of file
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorXML.xml
0 → 100644
View file @
5e27c2b7
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ZopePageTemplate"
module=
"Products.PageTemplates.ZopePageTemplate"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
_bind_names
</string>
</key>
<value>
<object>
<klass>
<global
name=
"NameAssignments"
module=
"Shared.DC.Scripts.Bindings"
/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key>
<string>
_asgns
</string>
</key>
<value>
<dictionary>
<item>
<key>
<string>
name_subpath
</string>
</key>
<value>
<string>
traverse_subpath
</string>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key>
<string>
content_type
</string>
</key>
<value>
<string>
text/html
</string>
</value>
</item>
<item>
<key>
<string>
expand
</string>
</key>
<value>
<int>
0
</int>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
testSlapOSJSTestParameterEditorXML
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
<value>
<string>
utf-8
</string>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<unicode></unicode>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSTestParameterEditorXML.zpt
0 → 100644
View file @
5e27c2b7
<html
xmlns:tal=
"http://xml.zope.org/namespaces/tal"
xmlns:metal=
"http://xml.zope.org/namespaces/metal"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
>
<title>
Test Parameter editor (XML Serialisation)
</title>
</head>
<body>
<table
cellpadding=
"1"
cellspacing=
"1"
border=
"1"
>
<thead>
<tr>
<td
rowspan=
"1"
colspan=
"3"
>
Test Parameter editor (XML Serialisation)
</td>
</tr>
</thead>
<tbody>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplate/macros/init"
/>
<tal:block
metal:use-macro=
"here/Zuite_CommonTemplate/macros/wait_for_activities"
/>
<tr>
<td>
open
</td>
<td>
${base_url}/web_site_module/hostingjs/#/?page=slap_test_parameter_form
</td>
<td></td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSCommonTemplate/macros/wait_for_app_loaded"
/>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name='url_string']
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name='url_string']
</td>
<td></td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Set URL for the software release
</b></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name='url_string']
</td>
<td>
${base_url}/web_site_module/hostingjs/hateoas/sample-software-schema/minimal_xml_demo/software.cfg
</td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSCommonTemplate/macros/click_proceed"
/>
<tr>
<td
colspan=
"3"
><b>
Wait for software type
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]//option[text()="Default"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//div[contains(@data-gadget-url,
'gadget_erp5_page_slap_parameter_form.html')]//select[@name="software_type"]//option[text()="Default"]
</td>
<td></td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple string
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-string" and @type="text"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-string" and @type="text"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-string" and @type="text"]
</td>
<td>
this is a simple string
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the string + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-string-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-string-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-string-with-enum"]
</td>
<td>
simple string B
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the boolean
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-boolean"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-boolean"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-boolean"]
</td>
<td>
true
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the String on Text area
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//textarea[@name="//simple-string-with-text-area"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//textarea[@name="//simple-string-with-text-area"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//textarea[@name="//simple-string-with-text-area"]
</td>
<td>
this is a simple string on a text area
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple integer
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-integer" and @type="number"]
</td>
<td>
1
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the integer + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-integer-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-integer-with-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-integer-with-enum"]
</td>
<td>
7
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple numeric (integer)
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-numeric-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-numeric-integer" and @type="number"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-numeric-integer" and @type="number"]
</td>
<td>
2
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the numeric integer + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-numeric-integer-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-numeric-integer-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-numeric-integer-enum"]
</td>
<td>
13
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the simple numeric (float)
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//input[@name="//simple-numeric-float" and @type="number" and @step="any"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//input[@name="//simple-numeric-float" and @type="number"and @step="any"]
</td>
<td></td>
</tr>
<tr>
<td>
type
</td>
<td>
//input[@name="//simple-numeric-float" and @type="number"and @step="any"]
</td>
<td>
2
</td>
</tr>
<tr>
<td
colspan=
"3"
><b>
Fill the numeric float + enum
</b></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//select[@name="//simple-numeric-float-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//select[@name="//simple-numeric-float-enum"]
</td>
<td></td>
</tr>
<tr>
<td>
select
</td>
<td>
//select[@name="//simple-numeric-float-enum"]
</td>
<td>
1.25
</td>
</tr>
<tal:block
metal:use-macro=
"here/Zuite_SlapOSCommonTemplate/macros/click_proceed"
/>
<tr>
<td>
waitForElementPresent
</td>
<td>
//pre[@id="parameter_output"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//pre[@id="parameter_output"]
</td>
<td></td>
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td>
//p[@id="parameter_hash"]
</td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td>
//p[@id="parameter_hash"]
</td>
<td></td>
</tr>
<tr>
<td>
waitForTextPresent
</td>
<td>
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGluc3RhbmNlPgogICAgPHBhcmFtZXRlciB
</td>
<td></td>
</tr>
<tr>
<td>
assertTextPresent
</td>
<td>
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGluc3RhbmNlPgogICAgPHBhcmFtZXRlciBpZD0ic2ltcGxlLXN0cmluZyI+dGhpcyBpcyBhIHNpbXBsZSBzdHJpbmc8L3BhcmFtZXRlcj4KICAgIDxwYXJhbWV0ZXIgaWQ9InNpbXBsZS1zdHJpbmctd2l0aC1lbnVtIj5zaW1wbGUgc3RyaW5nIEI8L3BhcmFtZXRlcj4KICAgIDxwYXJhbWV0ZXIgaWQ9InNpbXBsZS1ib29sZWFuIj50cnVlPC9wYXJhbWV0ZXI+CiAgICA8cGFyYW1ldGVyIGlkPSJzaW1wbGUtc3RyaW5nLXdpdGgtdGV4dC1hcmVhIj50aGlzIGlzIGEgc2ltcGxlIHN0cmluZyBvbiBhIHRleHQgYXJlYTwvcGFyYW1ldGVyPgogICAgPHBhcmFtZXRlciBpZD0ic2ltcGxlLWludGVnZXIiPjE8L3BhcmFtZXRlcj4KICAgIDxwYXJhbWV0ZXIgaWQ9InNpbXBsZS1pbnRlZ2VyLXdpdGgtZW51bSI+NzwvcGFyYW1ldGVyPgogICAgPHBhcmFtZXRlciBpZD0ic2ltcGxlLW51bWVyaWMtaW50ZWdlciI+MjwvcGFyYW1ldGVyPgogICAgPHBhcmFtZXRlciBpZD0ic2ltcGxlLW51bWVyaWMtaW50ZWdlci1lbnVtIj4xMzwvcGFyYW1ldGVyPgogICAgPHBhcmFtZXRlciBpZD0ic2ltcGxlLW51bWVyaWMtZmxvYXQiPjI8L3BhcmFtZXRlcj4KICAgIDxwYXJhbWV0ZXIgaWQ9InNpbXBsZS1udW1lcmljLWZsb2F0LWVudW0iPjEuMjU8L3BhcmFtZXRlcj4KPC9pbnN0YW5jZT4=
</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</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