Commit 8eb15b5b authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos_jio_ui_test: fix test after 548504b6

parent 24729059
...@@ -100,11 +100,13 @@ ...@@ -100,11 +100,13 @@
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="4" aka="AAAAAAAAAAQ=">
<pickle> <pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/> <global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle> </pickle>
<pickle> <pickle>
<tuple> <dictionary>
<none/> <item>
<key> <string>_log</string> </key>
<value>
<list> <list>
<dictionary> <dictionary>
<item> <item>
...@@ -117,8 +119,9 @@ ...@@ -117,8 +119,9 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/> </value>
</tuple> </item>
</dictionary>
</pickle> </pickle>
</record> </record>
</ZopeData> </ZopeData>
...@@ -203,18 +203,18 @@ ...@@ -203,18 +203,18 @@
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//td/a[contains(text(), "Frontend (0.1)")]</td> <td>//td/a[contains(text(), "Frontend (1.0.149)")]</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>assertElementPresent</td> <td>assertElementPresent</td>
<td>//td/a[contains(text(), "Frontend (0.1)")]</td> <td>//td/a[contains(text(), "Frontend (1.0.149)")]</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>click</td> <td>click</td>
<td>//td/a[contains(text(), "Frontend (0.1)")]</td> <td>//td/a[contains(text(), "Frontend (1.0.149)")]</td>
<td></td> <td></td>
</tr> </tr>
<tal:block define="header python: 'Software Installation : Frontend'; "> <tal:block define="header python: 'Software Installation : Frontend'; ">
......
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