Correcting typo that was breaking one UI test

This commit is contained in:
Pablo Moyano 2013-12-17 01:40:45 -03:00
parent 84c20af185
commit f45ea488cd

View File

@ -14,7 +14,7 @@ var test_facets = new function() {
test = newTest(); test = newTest();
action (test, "click", { link: "Food" }); action (test, "click", { link: "Food" });
wait (test, "forPageLoad", { timeout: "20000" }); 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; this.test_open_project = test;
// create text facet from 1st word of Short Description column // create text facet from 1st word of Short Description column