mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 14:17:22 +00:00
Bug 881260 - Intermittent browser_bookmarks.js r=jimm
--HG-- extra : rebase_source : ca63eb62d12c233511106c4d5ea0317c4a62a38a
This commit is contained in:
parent
c97d81d80e
commit
a9a669f6db
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user