mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 04:47:29 +08:00
FIX: Broken tests. :(
This commit is contained in:
@ -18,7 +18,7 @@ function hasTopicList() {
|
||||
test("Root URL", () => {
|
||||
visit("/users/eviltrout");
|
||||
andThen(() => {
|
||||
equal(currentPath(), 'user.userActivity.index', "it defaults to activity");
|
||||
equal(currentPath(), 'user.summary', "it defaults to summary");
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user