Bug 881260 - Intermittent browser_bookmarks.js r=jimm

--HG--
extra : rebase_source : ca63eb62d12c233511106c4d5ea0317c4a62a38a
This commit is contained in:
Rodrigo Silveira 2013-06-12 14:30:21 -07:00
parent c97d81d80e
commit a9a669f6db

View File

@ -319,6 +319,8 @@ gTests.push({
sendContextMenuClickToElement(window, item3, 10, 10);
yield promise;
yield waitForCondition(() => !deleteButton.hidden);
ok(!deleteButton.hidden, "Delete button is visible.");
let promise = waitForCondition(() => !restoreButton.hidden);