mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Broken tests. :(
This commit is contained in:
parent
42fd4f987e
commit
c310a32ac1
2 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue