This commit is contained in:
Sam 2015-08-30 09:54:13 +10:00
parent 41c32ea512
commit 6fc2300279
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ test("header", () => {
click("#current-user");
andThen(() => {
ok(exists(".user-menu:visible"), "is lazily rendered after user opens it");
ok(exists(".user-menu .menu-links"), "has showing / hiding user-dropdown links correctly bound");
ok(exists(".user-menu .menu-links-header"), "has showing / hiding user-dropdown links correctly bound");
});
});