no need for this anymore

git-svn-id: http://google-refine.googlecode.com/svn/trunk@927 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-06-01 06:56:54 +00:00
parent fe004d5fa6
commit 82d3730568

View File

@ -14,7 +14,6 @@ var test_facets = new function() {
test = newTest();
action (test, "click", { link: "Food" });
wait (test, "forPageLoad", { timeout: "20000" });
wait (test, "forElement", { jquery: '(".viewPanel-summary-row-count")[0]' });
assert (test, "rowCount", "7413" );
this.test_open_project = test;