Commit 3b95dfe4 authored by Matevz Golob's avatar Matevz Golob

Add Wendelin Configuration test.

parent cfc1f948
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Zuite" module="Products.Zelenium.zuite"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>wendelin_configurator_zuite</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Testing Wendelin Configurator</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?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>testWendelinConfigurator</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>
<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 My Module UI</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">My Module Zuite</td></tr>
</thead><tbody>
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<tr>
<td>setTimeout</td>
<td>1800000</td>
<td></td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Welcome to ERP5</td>
<td></td>
</tr>
<tr>
<td>selectAndWait</td>
<td>select_favorite</td>
<td>label=Configure your Site</td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>ERP5 Configuration</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Welcome to Configurator</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//*[@id="dialog-submit-button" and @value="business_configuration_module/wendelin_configuration"]</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//*[@type="Submit" and @value="Setup data notebook module"]</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//*[@type="Submit" and @value="Install"]</td>
<td></td>
<tr>
<td>pause</td>
<td>1200000</td>
<td></td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Welcome to ERP5</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Data Streams</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Data Notebooks</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Web Sites</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Web Pages</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Manage Ingestion Policies</td>
<td></td>
</tr>
</tbody></table>
</body></html>
\ No newline at end of file
erp5_ui_test_core
\ No newline at end of file
Includes zelenium test for Wendelin configuration.
\ No newline at end of file
portal_tests/wendelin_configurator_zuite
portal_tests/wendelin_configurator_zuite/**
\ No newline at end of file
portal_tests/wendelin_configurator_zuite
portal_tests/wendelin_configurator_zuite/**
\ No newline at end of file
portal_tests/wendelin_configurator_zuite
portal_tests/wendelin_configurator_zuite/**
\ No newline at end of file
erp5_wendelin_configuration_test
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment