a child page at user/:username/choice
This commit is contained in:
@@ -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');
|
||||
// });
|
||||
// });
|
||||
|
||||
Reference in New Issue
Block a user