Commit 6c5afab6 authored by Matevz Golob's avatar Matevz Golob

Delete unnecessary steps and change Xpath selectors for edit and textarea

parent 3fe77cc7
...@@ -10,16 +10,6 @@ ...@@ -10,16 +10,6 @@
<tr><td rowspan="1" colspan="3">Wendelin Tutorial Zuite</td></tr> <tr><td rowspan="1" colspan="3">Wendelin Tutorial Zuite</td></tr>
</thead><tbody> </thead><tbody>
<tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" /> <tal:block metal:use-macro="here/Zuite_CommonTemplate/macros/init" />
<tr>
<td>setTimeout</td>
<td>1800000</td>
<td></td>
</tr>
<tr>
<td>pause</td>
<td>10000</td>
<td></td>
</tr>
<!-- (1) Create Ingestion Policy --> <!-- (1) Create Ingestion Policy -->
<tr> <tr>
<td>open</td> <td>open</td>
...@@ -71,11 +61,11 @@ ...@@ -71,11 +61,11 @@
<td>3000</td> <td>3000</td>
<td></td> <td></td>
</tr> </tr>
<tr> <!-- <tr>
<td>verifyTextPresent</td> <td>verifyTextPresent</td>
<td>Ingestion Policy added.</td> <td>Ingestion Policy added.</td>
<td></td> <td></td>
</tr> </tr> -->
<!-- (2) Present data on Web Site --> <!-- (2) Present data on Web Site -->
<!-- (2.1) Create Web Site --> <!-- (2.1) Create Web Site -->
<tr> <tr>
...@@ -183,11 +173,11 @@ ...@@ -183,11 +173,11 @@
<td>//button[@name="Base_edit:method" and @title="Save"]</td> <td>//button[@name="Base_edit:method" and @title="Save"]</td>
<td></td> <td></td>
</tr> </tr>
<tr> <!-- <tr>
<td>verifyTextPresent</td> <td>verifyTextPresent</td>
<td>Data updated.</td> <td>Data updated.</td>
<td></td> <td></td>
</tr> </tr> -->
<tr> <tr>
<td>selectAndWait</td> <td>selectAndWait</td>
<td>select_action</td> <td>select_action</td>
...@@ -213,25 +203,6 @@ ...@@ -213,25 +203,6 @@
<td>Published</td> <td>Published</td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td>open</td>
<td>${base_url}/web_site_module/renderjs_runner/</td>
<td></td>
</tr>
<tr>
<td>pause</td>
<td>15000</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Worklist</td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>${base_url}/web_site_module/pydata_runner/WebSection_viewRenderJSPreference?ignore_layout:int=1&object_uid=24880&cancel_url=https%3A//softinst116522.host.vifib.net/erp5/web_site_module/pydata_runner/WebSite_view&object_path=/erp5/web_site_module/pydata_runner&form_id=WebSite_view
</tr>
<!-- <tr> <!-- <tr>
<td>verifyTextPresent</td> <td>verifyTextPresent</td>
<td>Front Page Gadget</td> <td>Front Page Gadget</td>
...@@ -351,7 +322,7 @@ ...@@ -351,7 +322,7 @@
<!-- Add Text for html gadget --> <!-- Add Text for html gadget -->
<tr> <tr>
<td>clickAndWait</td> <td>clickAndWait</td>
<td>//*[@id="master"]/div/div[1]/ul/li[2]/a</td> <td>//div[@class="actions"]/ul/li[2]/a</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
...@@ -361,7 +332,7 @@ ...@@ -361,7 +332,7 @@
</tr> </tr>
<tr> <tr>
<td>type</td> <td>type</td>
<td>//*[@id="master"]/div/div[2]/fieldset[2]/div/div/div/textarea</td> <td>//fieldset[@class="bottom editable"]/div/div/div/textarea</td>
<td tal:content="python: '%s' % ('''&lt;html&gt; <td tal:content="python: '%s' % ('''&lt;html&gt;
&lt;head&gt; &lt;head&gt;
&lt;meta http-equiv='Content-type' content='text/html; charset=utf-8' /&gt; &lt;meta http-equiv='Content-type' content='text/html; charset=utf-8' /&gt;
......
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