mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 621732 - Random failure in browser_navigation.js - followup [r=me]
This commit is contained in:
parent
ee317bc2ca
commit
0c4bcf3330
@ -129,11 +129,11 @@ gTests.push({
|
|||||||
}
|
}
|
||||||
|
|
||||||
waitFor(function() {
|
waitFor(function() {
|
||||||
is(BrowserUI._edit.value, testURL_02, "URL value should be equal to the string sent via synthesizeString");
|
|
||||||
EventUtils.synthesizeKey("VK_RETURN", {}, window);
|
|
||||||
|
|
||||||
// Wait for the tab to load, then do the test
|
// Wait for the tab to load, then do the test
|
||||||
waitFor(gCurrentTest.onPageFinish, pageLoaded(testURL_02));
|
waitFor(gCurrentTest.onPageFinish, pageLoaded(testURL_02));
|
||||||
|
|
||||||
|
is(BrowserUI._edit.value, testURL_02, "URL value should be equal to the string sent via synthesizeString");
|
||||||
|
EventUtils.synthesizeKey("VK_RETURN", {}, window);
|
||||||
}, URLIsReadWrite);
|
}, URLIsReadWrite);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user