Bug 766546 - Add debug print before intermittent failure line.

This commit is contained in:
Avi Halachmi 2013-07-24 15:26:58 +03:00
Родитель bcb6e51167
Коммит f882c7c6b5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);