Test Click
|
| clickAndWait |
//input[@value='Add New Department'] |
|
| type |
deptid |
test department id |
| type |
title |
Oslo Engineering Department |
| type |
description |
Description for the oslo engineering department. |
| type |
text |
<h1> some really cool html for the engineering department</h1> |
| click |
//input[@name='metadataEntered:int'] |
|
| click |
//input[@name='clearedCopyright:int'] |
|
| clickAndWait |
//input[@name='form.button.Save'] |
|
| clickAndWait |
s
//a[@accesskey='e'] |
|
| assertValue |
//input[@name='deptid'] |
test department id | ssss
| assertValue |
title |
Oslo Engineering Department |
| assertValue |
description |
Description for the oslo engineering department. |
| assertValue |
text |
<h1> some really cool html for the engineering department</h1> |
| clickAndWait |
//input[@name='form.button.Save'] |
|