Commit b4645939 authored by Alexandra's avatar Alexandra Committed by Alain Takoudjou

erp5_mynij_ui_test: initital commit

parent 4dbc6a39
<?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>mynij_ui_zuite</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Mynij zuite</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>testMynijSearch</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 Mynij UI</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">Mynij Zuite</td></tr>
</thead><tbody>
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<tr>
<td>setTimeout</td>
<td>1200000</td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>https://softinst130279.host.vifib.net/erp5/web_site_module/Mynij/</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//p[@id="index_loaded"]</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//input[@type="search"]</td>
<td>terre</td>
</tr>
<tr>
<td>fireEvent</td>
<td>//body</td>
<td>submit</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//ul[@id="mynij-results"]/li</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//ul[@id="searx-results"]/li</td>
<td></td>
</tr>
<tr>
<td>verifyVisible</td>
<td>//ul[@id="mynij-results"]/li</td>
<td></td>
</tr>
<tr>
<td>verifyVisible</td>
<td>//ul[@id="searx-results"]/li</td>
<td></td>
</tr>
</tbody></table>
</body></html>
\ No newline at end of file
erp5_ui_test
\ No newline at end of file
portal_tests/mynij_ui_zuite
portal_tests/mynij_ui_zuite/**
\ No newline at end of file
erp5_mynij_ui_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