mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00: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 => {
|
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");
|
||||||
|
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…
x
Reference in New Issue
Block a user