Commit 834b5df2 authored by Gabriel Monnerat's avatar Gabriel Monnerat

add new asserts

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44398 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ca882b8
......@@ -94,6 +94,11 @@
<td>//input[@id="version"]</td>\n
<td>002</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>//input[@id="language"]</td>\n
<td>pt-br</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>//div[@class="ui-dialog-buttonset"]/button[1]</td>\n
......@@ -205,6 +210,26 @@
<td>//a[@name="document_title"]</td>\n
<td>Document Shared</td>\n
</tr>\n
<tr>\n
<td>click</td>\n
<td>//a[@name="document_title"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>click</td>\n
<td>//p[@id="more_properties"]</td>\n
<td></td>\n
</tr>\n
<tr>\n
<td>verifyValue</td>\n
<td>//input[@id="version"]</td>\n
<td>002</td>\n
</tr>\n
<tr>\n
<td>verifyValue</td>\n
<td>//input[@id="language"]</td>\n
<td>pt-br</td>\n
</tr>\n
</tbody>\n
</table>\n
</body>\n
......
21
\ No newline at end of file
22
\ 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