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 --> ...@@ -59,7 +59,7 @@ function redirect us to the login page -->
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//a[@data-i18n="Account"]</td> <td>//a[@data-i18n="Login Account"]</td>
<td></td> <td></td>
</tr> </tr>
...@@ -78,7 +78,7 @@ function redirect us to the login page --> ...@@ -78,7 +78,7 @@ function redirect us to the login page -->
<!-- Account Tab --> <!-- Account Tab -->
<tr> <tr>
<td>click</td> <td>click</td>
<td>//a[@data-i18n="Account"]</td> <td>//a[@data-i18n="Login Account"]</td>
<td></td> <td></td>
</tr> </tr>
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</tr> </tr>
<tr> <tr>
<td>waitForElementPresent</td> <td>waitForElementPresent</td>
<td>//a[@data-i18n='Account']</td> <td>//a[@data-i18n='Login Account']</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
</tr> </tr>
<tr> <tr>
<td>click</td> <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> <td></td>
</tr> </tr>
<tal:block metal:use-macro="here/Zuite_SlapOSCommonTemplate/macros/wait_for_content_loaded" /> <tal:block metal:use-macro="here/Zuite_SlapOSCommonTemplate/macros/wait_for_content_loaded" />
......
...@@ -117,6 +117,7 @@ ...@@ -117,6 +117,7 @@
</item> </item>
</dictionary> </dictionary>
</list> </list>
<none/>
</tuple> </tuple>
</pickle> </pickle>
</record> </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