mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1084009 - Part 3/3 - Test fix to let previous patches pass. r=mikedeboer
This commit is contained in:
parent
16cde3441f
commit
c83b2ede83
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user