Bug 766546 - Add debug print before intermittent failure line.

This commit is contained in:
Avi Halachmi 2013-07-24 15:26:58 +03:00
parent a5f91ad10e
commit 9f7a23fefe

View File

@ -379,6 +379,7 @@ function()
isnot(gBrowser.selectedTab.linkedBrowser, browser,
"This tab should have been loaded in background");
Services.console.logStringMessage("About to click #s on URI: " + browser.contentDocument.location.href);
browser.contentDocument.getElementById('s').click();
}, true);