Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Bug 798163 - Fixed failing test testWaitForPageLoad in mutt/tests/js/utils/pageload.js #109

Closed
wants to merge 3 commits into from

Conversation

bobsilverberg
Copy link
Contributor

No description provided.

@bobsilverberg
Copy link
Contributor Author

@@ -118,7 +118,7 @@ var testWaitForPageLoad = function () {
controller.waitForPageLoad(frameController.window.document);

// Once the iframe has been loaded assert that the element exists
var home = new elementslib.MozMillElement("ID", "home-fx", {document: frameWindow.document});
var home = new elementslib.MozMillElement("ID", "test-div", {document: frameWindow.document});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest changing the name of this variable to elem or similar.

@bobsilverberg
Copy link
Contributor Author

@davehunt done!

@davehunt
Copy link
Member

davehunt commented Oct 9, 2012

Looks good and passes for me.

@whimboo
Copy link
Contributor

whimboo commented Oct 15, 2012

d7748a2

@whimboo whimboo closed this Oct 15, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants