fix test
This commit is contained in:
parent
41c32ea512
commit
6fc2300279
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue