Correcting typo that was breaking one UI test
This commit is contained in:
parent
84c20af185
commit
f45ea488cd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user