mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix test
This commit is contained in:
parent
41c32ea512
commit
6fc2300279
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ test("header", () => {
|
||||||
click("#current-user");
|
click("#current-user");
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
ok(exists(".user-menu:visible"), "is lazily rendered after user opens it");
|
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 a new issue