correct spec

This commit is contained in:
Sam 2018-05-14 15:41:19 +10:00
parent 6332d5040d
commit a6aa986d3b
2 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ acceptance("Dashboard Next", {
}); });
QUnit.test("Visit dashboard next page", assert => { QUnit.test("Visit dashboard next page", assert => {
visit("/admin/dashboard-next"); visit("/admin");
andThen(() => { andThen(() => {
assert.ok($('.dashboard-next').length, "has dashboard-next class"); assert.ok($('.dashboard-next').length, "has dashboard-next class");

View File

@ -0,0 +1,4 @@
export default {
"/admin/problems.json": {
}
};