mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 01:32:49 +08:00
correct spec
This commit is contained in:
@ -8,7 +8,7 @@ acceptance("Dashboard Next", {
|
||||
});
|
||||
|
||||
QUnit.test("Visit dashboard next page", assert => {
|
||||
visit("/admin/dashboard-next");
|
||||
visit("/admin");
|
||||
|
||||
andThen(() => {
|
||||
assert.ok($('.dashboard-next').length, "has dashboard-next class");
|
||||
|
Reference in New Issue
Block a user