Commit 7b559ab3 authored by Mohamadou Mbengue's avatar Mohamadou Mbengue

2009-08-20 Mohamadou

* Update "testCreateCell" to support  mobile ui tests.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28576 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e093a81b
......@@ -129,11 +129,20 @@
<td>id=listbox_record_number</td>\n
<td>1 record(s)</td>\n
</tr>\n
<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
<tr>\n
<td>verifyText</td>\n
<td>//tr[@id=\'listbox_data_line_0\']/td[4]</td>\n
<td>Foo Line</td>\n
</tr>\n
</tal:block>\n
<tal:block tal:condition="python: context.TestTool_getSkinName()==\'Mobile\'">\n
<tr>\n
<td>verifyText</td>\n
<td>//*[@id="listbox_data_line_0"]/div[3]//span[@id=\'data_short\']</td>\n
<td>Foo Line</td>\n
</tr>\n
</tal:block>\n
\n
<tr>\n
<td>open</td>\n
......
470
\ No newline at end of file
472
\ 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