Bug 1084009 - Part 3/3 - Test fix to let previous patches pass. r=mikedeboer

This commit is contained in:
Kannan Vijayan 2015-09-21 19:07:01 -04:00
parent 9a3f559243
commit c58ebbab8e

View File

@ -45,7 +45,7 @@ var tests = [
let loopDoc = document.getElementById("loop-notification-panel").children[0].contentDocument;
yield waitForConditionPromise(() => {
return loopDoc.readyState == 'complete';
}, "Loop notification panel document should be fully loaded.");
}, "Loop notification panel document should be fully loaded.", 50);
let gettingStartedButton = loopDoc.getElementById("fte-button");
ok(gettingStartedButton, "Getting Started button should be found");