mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
12 lines
326 B
JavaScript
12 lines
326 B
JavaScript
import { acceptance } from "helpers/qunit-helpers";
|
|
acceptance("Search - Full Page");
|
|
|
|
// TODO: needs fixing (cc @sam)
|
|
// test("search", (assert) => {
|
|
// visit("/search?q=trout");
|
|
|
|
// andThen(() => {
|
|
// assert.ok(find('input.search').length > 0);
|
|
// assert.ok(find('.topic-list-item').length > 0);
|
|
// });
|
|
// });
|