Commit 2d6331ab authored by Jérome Perrin's avatar Jérome Perrin

configurator_standard_ui_test: fix wrong assertions/errors in test

parent ed3ab343
......@@ -439,11 +439,6 @@
<td>//select[@name=&quot;field_your_default_address_region&quot;]</td>
<td>Europe/Western Europe/France</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;field_your_group&quot;]</td>
<td>My company</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//input[@name=&quot;next:method&quot;]</td>
......@@ -717,7 +712,7 @@
<tr>
<td>verifyValue</td>
<td>//input[@name=&quot;field_your_default_address_city&quot;]</td>
<td>Lille</td>
<td>Marcq en Baroeul</td>
</tr>
<tr>
<td>clickAndWait</td>
......@@ -1146,6 +1141,11 @@
<td>//input[@name=&quot;field_your_period_title&quot;]</td>
<td tal:content="python: DateTime().year()"></td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;field_your_accounting_plan&quot;]</td>
<td>IAS-IFRS Compliant</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//input[@name=&quot;next:method&quot;]</td>
......
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