2018-07-21 18:03:39 +08:00
|
|
|
import { acceptance } from "helpers/qunit-helpers";
|
2018-04-25 10:28:41 +02:00
|
|
|
|
2018-07-21 18:03:39 +08:00
|
|
|
acceptance("Dashboard Next", {
|
2018-04-25 10:28:41 +02:00
|
|
|
loggedIn: true
|
|
|
|
});
|
|
|
|
|
2018-07-21 17:48:20 +08:00
|
|
|
// TODO: jjaffeux to fix
|
|
|
|
// QUnit.test('Visit dashboard next page', async assert => {
|
|
|
|
// await visit('/admin');
|
|
|
|
//
|
|
|
|
// assert.ok(exists('.dashboard-next'), 'has dashboard-next class');
|
|
|
|
//
|
|
|
|
// assert.ok(exists('.admin-report.signups'), 'signups report');
|
|
|
|
// assert.ok(exists('.admin-report.posts'), 'posts report');
|
|
|
|
// assert.ok(exists('.admin-report.dau-by-mau'), 'dau-by-mau report');
|
|
|
|
// assert.ok(
|
|
|
|
// exists('.admin-report.daily-engaged-users'),
|
|
|
|
// 'daily-engaged-users report'
|
|
|
|
// );
|
|
|
|
// assert.ok(
|
|
|
|
// exists('.admin-report.new-contributors'),
|
|
|
|
// 'new-contributors report'
|
|
|
|
// );
|
|
|
|
//
|
|
|
|
// assert.equal(
|
|
|
|
// $('.section.dashboard-problems .problem-messages ul li:first-child')
|
|
|
|
// .html()
|
|
|
|
// .trim(),
|
|
|
|
// 'Houston...',
|
|
|
|
// 'displays problems'
|
|
|
|
// );
|
|
|
|
// });
|