Skip to content

Instantly share code, notes, and snippets.

@nodesocket
Created May 22, 2013 23:31
Show Gist options
  • Save nodesocket/5631775 to your computer and use it in GitHub Desktop.
Save nodesocket/5631775 to your computer and use it in GitHub Desktop.
test("search results show", function () {
$("#marketplaces ul a:contains('Test Marketplace')").click();
$("#q").val("%").trigger('keyup');
equal($("#q").hasClass("with-results"), true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment