Commit f8e096e8 authored by Lu Xu's avatar Lu Xu 👀

slapos_jio_ui_test: update 'Account' to 'Login Account'

parent bea2620a
......@@ -59,7 +59,7 @@ function redirect us to the login page -->
<tr>
<td>waitForElementPresent</td>
<td>//a[@data-i18n="Account"]</td>
<td>//a[@data-i18n="Login Account"]</td>
<td></td>
</tr>
......@@ -78,7 +78,7 @@ function redirect us to the login page -->
<!-- Account Tab -->
<tr>
<td>click</td>
<td>//a[@data-i18n="Account"]</td>
<td>//a[@data-i18n="Login Account"]</td>
<td></td>
</tr>
......
......@@ -35,7 +35,7 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[@data-i18n='Account']</td>
<td>//a[@data-i18n='Login Account']</td>
<td></td>
</tr>
<tr>
......
......@@ -364,7 +364,7 @@
</tr>
<tr>
<td>click</td>
<td tal:content="python: '//div[contains(@data-gadget-url, \'%s\')]//a[@data-i18n=\'Account\']' % panel_gadget_id"></td>
<td tal:content="python: '//div[contains(@data-gadget-url, \'%s\')]//a[contains(text(), \'Account\')]' % panel_gadget_id"></td>
<td></td>
</tr>
<tal:block metal:use-macro="here/Zuite_SlapOSCommonTemplate/macros/wait_for_content_loaded" />
......
......@@ -117,6 +117,7 @@
</item>
</dictionary>
</list>
<none/>
</tuple>
</pickle>
</record>
......
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