mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct spec
This commit is contained in:
parent
6332d5040d
commit
a6aa986d3b
@ -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");
|
||||
|
4
test/javascripts/fixtures/problems.js.es6
Normal file
4
test/javascripts/fixtures/problems.js.es6
Normal file
@ -0,0 +1,4 @@
|
||||
export default {
|
||||
"/admin/problems.json": {
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user