Commit 2687dae1 authored by Rafael Monnerat's avatar Rafael Monnerat

Unify Test when run with Configurators Cases

The test should be compatible with Configurator Outcome and w/o
Configurator case. This change unify outcome of those 2 cases,
making it compatible when run into diferent scenarios.
parent 918109bc
......@@ -69,7 +69,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>AIR</string> </value>
<value> <string>By Air</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -77,7 +77,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>CPT</string> </value>
<value> <string>Carriage Paid To</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -123,18 +123,18 @@
<tr>\n
<td>select</td>\n
<td>//select[@name="field_my_delivery_mode"]</td>\n
<td>AIR</td>\n
<td>By Air</td>\n
</tr>\n
<tr>\n
<td>select</td>\n
<td>//select[@name="field_my_incoterm"]</td>\n
<td>CPT</td>\n
<td>Carriage Paid To</td>\n
</tr>\n
\n
<tr>\n
<td>type</td>\n
<td>//input[@name="field_my_specialise_title"]</td>\n
<td>Default Sale Order Trade Condition</td>\n
<td>General Sale Trade Condition</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
......@@ -159,12 +159,12 @@
<tr>\n
<td>type</td>\n
<td>//input[@name="subfield_field_my_start_date_month"]</td>\n
<td>01</td>\n
<td tal:content="python: here.Zuite_getHowToInfo()[\'now\'].strftime(\'%m\')">01</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@name="subfield_field_my_start_date_day"]</td>\n
<td>01</td>\n
<td tal:content="python: here.Zuite_getHowToInfo()[\'now\'].strftime(\'%d\')">01</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
......@@ -179,7 +179,7 @@
<tr>\n
<td>type</td>\n
<td>//input[@name="subfield_field_my_stop_date_day"]</td>\n
<td>01</td>\n
<td>31</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
......
......@@ -250,6 +250,13 @@
<td>5 - Bank</td>\n
</tr>\n
</span>\n
<span tal:condition="python:\'51 - Bank\' in here.Zuite_getCashAccountRelatedFormattedTitleList()">\n
<tr>\n
<td>select</td>\n
<td>//select[@name="field_your_node"]</td>\n
<td>51 - Bank</td>\n
</tr>\n
</span>\n
<span tal:condition="python:\'512 - Banques\' in here.Zuite_getCashAccountRelatedFormattedTitleList()">\n
<tr>\n
<td>select</td>\n
......
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