2015-07-15 11:16:49 -04:00
|
|
|
import { acceptance } from "helpers/qunit-helpers";
|
|
|
|
acceptance("Search - Full Page");
|
|
|
|
|
2015-07-27 04:32:02 -04:00
|
|
|
// TODO: needs fixing (cc @sam)
|
|
|
|
// test("search", (assert) => {
|
|
|
|
// visit("/search?q=trout");
|
2015-07-15 11:16:49 -04:00
|
|
|
|
2015-07-27 04:32:02 -04:00
|
|
|
// andThen(() => {
|
|
|
|
// assert.ok(find('input.search').length > 0);
|
|
|
|
// assert.ok(find('.topic-list-item').length > 0);
|
|
|
|
// });
|
|
|
|
// });
|