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

slapos_jio_ui_test: fix test after 548504b6

parent 24729059
...@@ -100,25 +100,28 @@ ...@@ -100,25 +100,28 @@
</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>
<list> <key> <string>_log</string> </key>
<dictionary> <value>
<item> <list>
<key> <string>action</string> </key> <dictionary>
<value> <string>validate</string> </value> <item>
</item> <key> <string>action</string> </key>
<item> <value> <string>validate</string> </value>
<key> <string>validation_state</string> </key> </item>
<value> <string>validated</string> </value> <item>
</item> <key> <string>validation_state</string> </key>
</dictionary> <value> <string>validated</string> </value>
</list> </item>
<none/> </dictionary>
</tuple> </list>
</value>
</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