| open |
../ |
|
| verifyText |
document.getElementsByTagName('h1')[0] |
Meow List |
| clickAndWait |
link=New |
|
| assertLocation |
glob:*fuseaction=meow.newForm |
|
| verifyText |
document.getElementsByTagName('h1')[0] |
Edit Meow |
| assertElementPresent |
document.getElementsByTagName('form')[0] |
|
| clickAndWait |
//input[@type='submit'] |
|
| assertLocation |
glob:*fuseaction=meow.list |
|
| verifyText |
id=errors |
*Record inserted* |
| assertElementPresent |
//table[1]/tbody/tr[2] |
|
| storeText |
//table[1]/tbody/tr[2]/td[2] |
recordId |
| clickAndWait |
link=Edit |
|
| assertLocation |
*fuseaction=meow.editForm&meow_id=${recordId} |
|
| clickAndWait |
//input[@type='submit'] |
|
| assertLocation |
*fuseaction=meow.list |
|
| verifyText |
id=errors |
0 row(s) updated. |
| clickAndWait |
link=Delete |
|
| assertLocation |
glob:*fuseaction=meow.list |
|
| verifyText |
id=errors |
1 row(s) deleted. |
| verifyNotText |
//table[1]/tbody/tr[2]/td[2] |
${recordId} |