mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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…
x
Reference in New Issue
Block a user