Closed Bug 524860 Opened 15 years ago Closed 14 years ago

[mozmill] Test script for Cancel Active Download test case

Categories

(Mozilla QA Graveyard :: Mozmill Tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: u279076, Assigned: u279076)

References

Details

Attachments

(1 file)

This is a placeholder bug for creating a Mozmill test script for the "Cancel active download" Litmus test case.

1.9.1: https://litmus.mozilla.org/show_test.cgi?id=6437
1.9.2: https://litmus.mozilla.org/show_test.cgi?id=8463
Depends on: 536278
Attached patch Initial patchSplinter Review
Initial patch - depends on bug 550212 - works on Firefox 3.5 and 3.6
Attachment #430446 - Flags: review?(hskupin)
Depends on: 550212
Status: NEW → ASSIGNED
Comment on attachment 430446 [details] [diff] [review]
Initial patch

>+  // Get the download object
>+  var download = dm.getElement({type: "download", subtype: "id", value: "dl1"}); 
>+  controller.waitForElement(download);
>+  
>+  // Click the Cancel button
>+  var cancelButton = dm.getElement({type: "download_button", subtype: "cancel", value: download});
>+  controller.click(cancelButton);

Please also update this test and run a state check before you hit the cancel button. r=me with the change.
Attachment #430446 - Flags: review?(hskupin) → review-
Resolving WONTFIX. 

Merging with Resume, Pause, and Retry Downloading BFT scripts in bug 554846.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Mass move of Mozmill Test related project bugs to newly created components. You can filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Component: Download Manager → Mozmill Tests
Product: Toolkit → Mozilla QA
QA Contact: download.manager → mozmill-tests
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: