From f45ea488cde823143e714024092e4747f9272ae3 Mon Sep 17 00:00:00 2001 From: Pablo Moyano Date: Tue, 17 Dec 2013 01:40:45 -0300 Subject: [PATCH] Correcting typo that was breaking one UI test --- main/tests/client/src/facets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/tests/client/src/facets.js b/main/tests/client/src/facets.js index 919d329a3..2a0c47773 100644 --- a/main/tests/client/src/facets.js +++ b/main/tests/client/src/facets.js @@ -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