Merge pull request #835 from ultraklon/master

Correcting typo that was breaking one UI test
This commit is contained in:
Tom Morris 2013-12-17 00:40:09 -08:00
commit e8f73a416f

View File

@ -14,7 +14,7 @@ var test_facets = new function() {
test = newTest();
action (test, "click", { link: "Food" });
wait (test, "forPageLoad", { timeout: "20000" });
assert (test, "assertTest", {xpath: "//div[@id='summary-bar']/span",validator: "7413 rows"});
assert (test, "assertText", {xpath: "//div[@id='summary-bar']/span",validator: "7413 rows"});
this.test_open_project = test;
// create text facet from 1st word of Short Description column