Commit f94aa9f6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

here title should be asserted with verifyAttribute instead of verifyText.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34634 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a942ba02
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
\n \n
<tal:block tal:repeat="check python: [{\'class\': x, \'translation\': y} for x, y in language[1].items()]">\n <tal:block tal:repeat="check python: [{\'class\': x, \'translation\': y} for x, y in language[1].items()]">\n
<tr>\n <tr>\n
<td>verifyText</td>\n <td>verifyAttribute</td>\n
<td tal:content="python: \'xpath=id(\\\'context_bar\\\')//a[@class=\\\'%s\\\']/@title\' % (check[\'class\'], )"/>\n <td tal:content="python: \'xpath=id(\\\'context_bar\\\')//a[@class=\\\'%s\\\']/@title\' % (check[\'class\'], )"/>\n
<td tal:content="check/translation"/>\n <td tal:content="check/translation"/>\n
</tr>\n </tr>\n
......
555 556
\ No newline at end of file \ 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