1
0
mirror of synced 2026-08-03 05:37:04 +00:00

inital empty page

This commit is contained in:
Rimian Perkins
2017-02-07 13:56:22 +11:00
parent 3e9d32e21d
commit 8d7b50a7ae
8 changed files with 37 additions and 5 deletions
@@ -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');
});
});