Author: ppitonak(a)redhat.com
Date: 2011-11-18 05:45:29 -0500 (Fri, 18 Nov 2011)
New Revision: 22957
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richNotify/AbstractRichNotifyTest.java
Log:
tests for notify fixed
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richNotify/AbstractRichNotifyTest.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richNotify/AbstractRichNotifyTest.java 2011-11-18
10:44:35 UTC (rev 22956)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richNotify/AbstractRichNotifyTest.java 2011-11-18
10:45:29 UTC (rev 22957)
@@ -65,12 +65,12 @@
/**
* error message locator
*/
- protected final JQueryLocator notifyError = jq("div.rf-ntf-error");
+ protected final JQueryLocator notifyError = jq("div.rf-ntf-err");
/**
* fatal message locator
*/
- protected final JQueryLocator notifyFatal = jq("div.rf-ntf-fatal");
+ protected final JQueryLocator notifyFatal = jq("div.rf-ntf-ftl");
/**
* history of notifies and notify messages
@@ -90,12 +90,12 @@
/**
* info message locator
*/
- protected final JQueryLocator notifyInfo = jq("div.rf-ntf-info");
+ protected final JQueryLocator notifyInfo = jq("div.rf-ntf-inf");
/**
* warn message locator
*/
- protected final JQueryLocator notifyWarn = jq("div.rf-ntf-warn");
+ protected final JQueryLocator notifyWarn = jq("div.rf-ntf-wrn");
/**
* It closes a message defined by the given locator
@@ -151,7 +151,7 @@
* @return the detail locator
*/
protected JQueryLocator getDetail(JQueryLocator message) {
- return jq(notify.getRawLocator() + " > div.rf-ntf-cnt >
div.rf-ntf-txt");
+ return jq(notify.getRawLocator() + " > div.rf-ntf-cnt >
div.rf-ntf-det");
}
/**
@@ -180,7 +180,7 @@
* @return the summary locator
*/
protected JQueryLocator getSummary(JQueryLocator message) {
- return jq(notify.getRawLocator() + " > div.rf-ntf-cnt >
div.rf-ntf-tl");
+ return jq(notify.getRawLocator() + " > div.rf-ntf-cnt >
div.rf-ntf-sum");
}
/**
Show replies by date