1
0
mirror of synced 2026-08-04 06:06:55 +00:00

a child page at user/:username/choice

This commit is contained in:
Rimian Perkins
2017-02-10 15:10:47 +11:00
parent 90ed0e03df
commit c0529c5bdb
8 changed files with 28 additions and 16 deletions
@@ -1,11 +1,11 @@
import { acceptance } from 'helpers/qunit-helpers';
acceptance('Choice Discourse', { loggedIn: true });
test('Choice Page Exists', () => {
visit('/choice/form');
andThen(() => {
ok(exists('h1'), 'Choice');
ok(exists('form'), 'Something');
});
});
// test('Choice Page Exists', () => {
// visit('/user');
//
// andThen(() => {
// ok(exists('h1'), 'Choice');
// ok(exists('form'), 'Something');
// });
// });