Bug 394887, fix up test because reflow occurs later

This commit is contained in:
enndeakin%sympatico.ca 2007-09-16 16:55:12 +00:00
Родитель 6e8e48b7d9
Коммит 4b3ffce081
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -54,7 +54,7 @@ function menuClosed()
{
// the panel will be open at this point, but the popupshown event
// still needs to fire
is($("panel").state, "open", "panel is open after menu hide");
is($("panel").state, "showing", "panel is open after menu hide");
is($("menu").firstChild.state, "closed", "menu is closed after menu hide");
}