Commit 95e21ea5 authored by Romain Courteaud's avatar Romain Courteaud

Update the translation table after updating the translation dictionnary.

Assume that the test starts in English.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33645 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 965800f9
......@@ -82,6 +82,11 @@
<td></td>\n
</tr>\n
</tal:block>\n
<tr>\n
<td>open</td>\n
<td>${base_url}/ERP5Site_updateTranslationTable</td>\n
<td></td>\n
</tr>\n
\n
<tr>\n
<td>open</td>\n
......@@ -129,11 +134,6 @@
<td>${base_url}/foo_module/view</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>selectAndWait</td>\n
<td>select_language</td>\n
<td>label=English</td>\n
</tr> \n
<tr>\n
<td>assertElementPresent</td>\n
<td>//button[@name=\'setSelectionQuickSortOrder:method\' and @value=\'listbox.translated_simulation_state_title\']</td>\n
......@@ -373,6 +373,12 @@
<td>//tr[@id="listbox_data_line_1"]/td[2]</td>\n
<td>Dalidated</td>\n
</tr>\n
<!-- Restore english language -->\n
<tr>\n
<td>selectAndWait</td>\n
<td>select_language</td>\n
<td>label=English</td>\n
</tr> \n
</tal:block>\n
\n
</tbody></table>\n
......
540
\ No newline at end of file
541
\ 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