mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Bug 822284 - Attempt to fix some intermittent oranges by delaying finishing the test for a bit.
This commit is contained in:
parent
077159ea2a
commit
b19f417884
@ -35,7 +35,7 @@ function test() {
|
||||
"The checkbox should not be disabled");
|
||||
|
||||
win.close();
|
||||
callback();
|
||||
executeSoon(callback);
|
||||
});
|
||||
}, false);
|
||||
}
|
||||
|
@ -18,7 +18,7 @@ function test() {
|
||||
is(crhCommand.hasAttribute("disabled"), aPrivateMode,
|
||||
"Clear Recent History command should be disabled according to the private browsing mode");
|
||||
|
||||
aCallback();
|
||||
executeSoon(aCallback);
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user