mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
correct dodgy test
This commit is contained in:
parent
736dd6c948
commit
a0f74daf6b
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ test("header", function() {
|
|||
fillIn("#search-term", "hello");
|
||||
andThen(function() {
|
||||
ok(exists("#search-dropdown .heading"), "when user completes a search, search box shows search results");
|
||||
equal(find("#search-dropdown a:not(.filter):first").attr("href"), "/t/hello-bar-integration-issues/17638", "there is a search result");
|
||||
equal(find("#search-dropdown .results a:first").attr("href"), "/t/hello-bar-integration-issues/17638", "there is a search result");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue