Commit 90a3b4f7 authored by Jérome Perrin's avatar Jérome Perrin

make relation fields locators less ambigous

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17764 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5d663bc
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -114,7 +111,7 @@
<tr>\n
<td>clickAndWait</td>\n
<!-- XXX maybe a better locator for relation field -->\n
<td>//input[@value=\'update...\']</td>\n
<td>//input[@value=\'update...\' and @type=\'image\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -142,7 +139,7 @@
<tr>\n
<td>clickAndWait</td>\n
<!-- XXX maybe a better locator for relation field -->\n
<td>//input[@value=\'update...\']</td>\n
<td>//input[@value=\'update...\' and @type=\'image\']</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
......@@ -106,7 +106,7 @@
<tr>\n
<td>clickAndWait</td>\n
<!-- XXX maybe a better locator for relation field -->\n
<td>//input[@value=\'update...\']</td>\n
<td>//input[@value=\'update...\' and @type="image"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PageTemplates.ZopePageTemplate</string>
<string>ZopePageTemplate</string>
</tuple>
<none/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......
276
\ No newline at end of file
277
\ 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