source: products/quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/tests/selenium/install-tabs.html @ 3403

Last change on this file since 3403 was 818, checked in by koval, 17 years ago

added PASMemberdataHandler, modified product tests

File size: 874 bytes
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>Install quintagroup.plonetabs</title>
5</head>
6<body>
7<table cellpadding="1" cellspacing="1" border="1">
8<thead>
9<tr><td rowspan="1" colspan="3">Install quintagroup.plonetabs</td></tr>
10</thead><tbody>
11<tr>
12    <td>open</td>
13    <td>/ksstestportal/prefs_install_products_form</td>
14    <td></td>
15</tr>
16<tr>
17    <td>check</td>
18    <td>//form[contains(@action, '/installProducts')]//input[@id='quintagroup.plonetabs']</td>
19    <td></td>
20</tr>
21<tr>
22    <td>clickAndWait</td>
23    <td>//input[@value='Install']</td>
24    <td></td>
25</tr>
26<tr>
27    <td>assertElementPresent</td>
28    <td>//form[not(contains(@action, '/installProducts')) and contains(@action, '/portal_quickinstaller')]//input[@id='quintagroup.plonetabs']</td>
29    <td></td>
30</tr>
31
32</tbody></table>
33</body></table>
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.