mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
Remove the ScrollTop
Mixin
This commit is contained in:
@ -28,5 +28,6 @@ test("Root URL - Viewing Self", () => {
|
||||
andThen(() => {
|
||||
ok($('body.user-summary-page').length, "has the body class");
|
||||
equal(currentPath(), 'user.summary', "it defaults to summary");
|
||||
ok(exists('.container.viewing-self'), "has the viewing-self class");
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user