Commit 1a000f6e authored by Ivan Tyagov's avatar Ivan Tyagov

Use title HTML tag attribute rather than value which can change based on access root url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36331 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40bbbbb6
......@@ -68,7 +68,7 @@
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>//button[@name=\'Base_doModule:method\' and @value=\'/web_site_module/km_test_web_site/person_module\']</td>\n
<td>//button[@name=\'Base_doModule:method\' and @title=\'Persons\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
62
\ No newline at end of file
63
\ 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