source: enpraxis.educommons/branches/educommons-imsintegration/enpraxis/educommons/tests/seleniumtests/old_tests/TestQAReleaseCourse.html @ 146

Revision 146, 683 bytes checked in by jon, 4 years ago (diff)

Adding branch for ims integration

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta content="text/html; charset=ISO-8859-1"
5http-equiv="content-type">
6<title>Test Click</title>
7</head>
8<body>
9<table cellpadding="1" cellspacing="1" border="1">
10  <tbody>
11    <tr>
12      <td rowspan="1" colspan="3">Test Click<br>
13      </td>
14    </tr>
15        <tr>
16      <td>clickAndWait</td>
17      <td>//a[contains(@href, 'content_status_history')]</td>
18      <td>&nbsp;</td>
19    </tr>
20        <tr>
21          <td>click</td>
22          <td>//input[@value='release']</td>
23          <td>&nbsp;</td>
24    </tr>
25        <tr>
26          <td>clickAndWait</td>
27          <td>//input[@value='Save']</td>
28          <td>&nbsp;</td>
29    </tr>
30  </tbody>
31</table>
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.