Bug 993712 - Try to fix permanent orange in browser_984455_bookmarks_items_reparenting.js by making sure test for 968447 fully closes its window. r=jaws.

This commit is contained in:
Mike Conley 2014-04-21 20:07:00 -04:00
Родитель d59c46fdbd
Коммит 44f9892437
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -27,6 +27,6 @@ add_task(function() {
is(newWinBookmarksToolbarPlaceholder.getAttribute("wrap"), "true",
"Button in new window should have 'wrap' attribute");
yield newWin.PanelUI.hide();
newWin.close();
yield promiseWindowClosed(newWin);
CustomizableUI.reset();
});