initial form
This commit is contained in:
parent
8d7b50a7ae
commit
02d15d486a
|
@ -1 +1,14 @@
|
||||||
<h1>Choice</h1>
|
<h1>Choice</h1>
|
||||||
|
|
||||||
|
<form class="choice-discourse-form form-horizontal">
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<div class='controls'>
|
||||||
|
{{text-field}}
|
||||||
|
</div>
|
||||||
|
<div class='span10 controls'>
|
||||||
|
<button class='btn btn-primary'>something</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</form>
|
||||||
|
|
|
@ -6,5 +6,6 @@ test('Choice Page Exists', () => {
|
||||||
|
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
ok(exists('h1'), 'Choice');
|
ok(exists('h1'), 'Choice');
|
||||||
|
ok(exists('form'), 'Something');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue