inital empty page
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { acceptance } from 'helpers/qunit-helpers';
|
||||
acceptance('Choice Discourse', { loggedIn: true });
|
||||
|
||||
test('Choice Page Exists', () => {
|
||||
visit('/choice/form');
|
||||
|
||||
andThen(() => {
|
||||
ok(exists('h1'), 'Choice');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user