Bug 621732 - Random failure in browser_navigation.js - followup [r=me]

This commit is contained in:
Vivien Nicolas 2010-12-29 11:44:15 +01:00
Родитель 9184ef1949
Коммит 70127480a7
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -129,11 +129,11 @@ gTests.push({
}
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
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);
},