discourse/test/javascripts/acceptance/search-full-test.js.es6

13 lines
326 B
Plaintext
Raw Normal View History

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-27 04:32:02 -04:00
// andThen(() => {
// assert.ok(find('input.search').length > 0);
// assert.ok(find('.topic-list-item').length > 0);
// });
// });