Created
May 22, 2013 23:31
-
-
Save nodesocket/5631775 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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