Bug 394887, fix up test because reflow occurs later

This commit is contained in:
enndeakin@sympatico.ca 2007-09-16 09:55:12 -07:00
parent e9b412bdc7
commit d62c02588e

View File

@ -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");
}