| Manage Testcases - Edit | ||
| clickAndWait | link=Manage Testcases | |
| select | testcase_id | label=*Coop's New Testcase |
| waitForVisible | testcase_display_div | |
| click | edit_testcase_button | |
| waitForVisible | editform_div | |
| verifyValue | summary | Coop's New Testcase |
| verifyValue | steps | <ol> <li>Step 1</li> <li>Step 2</li> </ol> |
| verifyValue | results | Everything should work. |
| verifySelectedLabel | product | Thunderbird* |
| verifySelectedLabel | branch | 2.0 Branch* |
| type | summary | Coop's Edited Testcase |
| select | branch | label=Trunk* |
| type | regression_bug_id | 667 |
| clickAndWait | submit | |
| waitForVisible | testcase_display_div | |
| verifyText | summary_text | Coop's Edited Testcase |
| verifyText | product_text | Thunderbird |
| verifyText | branch_text | Trunk |
| verifyElementPresent | link=667 | |
| verifyTable | //div[@id='testcase_display_div']/div[2]/div/table[2].0.0 | Steps to Perform: Step 1 Step 2 |
| verifyTable | //div[@id='testcase_display_div']/div[2]/div/table[2].0.1 | Expected Results: Everything should work. |