correct dodgy test

This commit is contained in:
Sam 2014-10-18 20:16:19 +11:00
parent 736dd6c948
commit a0f74daf6b
1 changed files with 1 additions and 1 deletions

View File

@ -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");
});
});