Closed
Bug 500543
Opened 16 years ago
Closed 16 years ago
[mozmill] Smoketest for Litmus test case 5919 - Navigate FTP
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tracy, Assigned: tracy)
References
Details
Attachments
(1 file)
Splitting off from bug 479500
Attachment #385258 -
Flags: review?(hskupin)
Comment 1•16 years ago
|
||
Comment on attachment 385258 [details]
test case for Litmus ID 5919
> * The Original Code is Mozilla Corporation Code.
> *
> * The Initial Developer of the Original Code is
> * Tracy Walker <twalker@mozilla.com>.
I have updated this part. You are an employee so Mozilla Corp. has to be placed here.
>var mozmill = {}; Components.utils.import('resource://mozmill/modules/mozmill.js', mozmill);
>var elementslib = {}; Components.utils.import('resource://mozmill/modules/elementslib.js', elementslib);
Those lines are not necessary anymore.
>/*
>* Waits until element exists before clicking it
>*/
>function delayedClick(aNode) {
> controller.waitForElement(aNode);
> controller.click(aNode);
>}
We use delayedAssertNode from the UtilsAPI for different kinds of those actions for now with a following click. I have updated this test to use this helper function too.
With those modifications I will check it in immediately.
Attachment #385258 -
Flags: review?(hskupin) → review+
Comment 2•16 years ago
|
||
Assignee: nobody → twalker
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
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: General → Mozmill Tests
Product: Firefox → Mozilla QA
QA Contact: general → mozmill-tests
Version: 3.5 Branch → unspecified
Updated•6 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•