Author: jpapouse
Date: 2011-07-20 09:20:48 -0400 (Wed, 20 Jul 2011)
New Revision: 22561
Modified:
modules/tests/metamer/branches/sandbox-components/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/watermark/TestWatermarkRichSelect.java
Log:
RFPL-1521: fixed typo
Modified:
modules/tests/metamer/branches/sandbox-components/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/watermark/TestWatermarkRichSelect.java
===================================================================
---
modules/tests/metamer/branches/sandbox-components/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/watermark/TestWatermarkRichSelect.java 2011-07-20
12:20:22 UTC (rev 22560)
+++
modules/tests/metamer/branches/sandbox-components/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/watermark/TestWatermarkRichSelect.java 2011-07-20
13:20:48 UTC (rev 22561)
@@ -92,13 +92,13 @@
selenium.click(selectPopupAlabama);
waitModel
- .failWith("Selecting item from popup list doesn't work. The value of
the watermarked field is <" + getWatermarkContent(getWatermarkedLocator()) +
">.")
+ .failWith("Selecting item from popup list doesn't work. The value of
the watermarked field is <" + getContent(getWatermarkedLocator()) +
">.")
.until(createContentCondition(getWatermarkedLocator(),
"Alabama"));
selenium.type(getWatermarkedLocator(), "");
selenium.fireEvent(getWatermarkedLocator(), Event.BLUR);
waitModel
- .failWith("After selecting item from popup list and deleting text in the
field, the watermark text should appear. The value of the watermarked field is <"
+ getWatermarkContent(getWatermarkedLocator()) + ">.")
+ .failWith("After selecting item from popup list and deleting text in the
field, the watermark text should appear. The value of the watermarked field is <"
+ getContent(getWatermarkedLocator()) + ">.")
.until(createContentCondition(getWatermarkedLocator(),
WatermarkBean.DEFAULT_WATERMARK_TEXT));
assertTrue(selenium.belongsClass(getWatermarkedLocator(),
"rf-sel-dflt-lbl"), "After selecting item from popup list and deleting text
in the field, the field should belong to the css class <rf-sel-dflt-lbl>.");
Show replies by date