Commit 87c0f2c1 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_ui_test] testRTL: switch back to english at the end of the test

parent 9c2088c1
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
<td></td> <td></td>
</tr> </tr>
<!-- Switch to farsi and check rtl config -->
<tr> <tr>
<td>select</td> <td>select</td>
<td>name=select_language</td> <td>name=select_language</td>
...@@ -49,5 +50,27 @@ ...@@ -49,5 +50,27 @@
<td></td> <td></td>
</tr> </tr>
<!-- Switch back to english to not impact other tests -->
<tr>
<td>select</td>
<td>name=select_language</td>
<td>English</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>Base_doLanguage:method</td>
<td></td>
</tr>
<tr>
<td>assertElementPresent</td>
<td>//body[@dir='ltr']</td>
<td></td>
</tr>
<tr>
<td>assertElementNotPresent</td>
<td>//body[@dir='rtl']</td>
<td></td>
</tr>
</tbody></table> </tbody></table>
</body></html> </body></html>
\ No newline at end of file
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