[xwiki-notifications] r9624 - xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/src/test/it/com/xpn/xwiki/it/selenium/xem
tmortagne (SVN)
notifications at xwiki.org
Sat May 3 14:12:06 CEST 2008
Author: tmortagne
Date: 2008-05-03 14:12:06 +0200 (Sat, 03 May 2008)
New Revision: 9624
Modified:
xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/src/test/it/com/xpn/xwiki/it/selenium/xem/WikiManagementCreate.java
Log:
Fix selenium test
Modified: xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/src/test/it/com/xpn/xwiki/it/selenium/xem/WikiManagementCreate.java
===================================================================
--- xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/src/test/it/com/xpn/xwiki/it/selenium/xem/WikiManagementCreate.java 2008-05-03 10:51:26 UTC (rev 9623)
+++ xwiki-products/xwiki-enterprise-manager/trunk/distribution-test/selenium-tests/src/test/it/com/xpn/xwiki/it/selenium/xem/WikiManagementCreate.java 2008-05-03 12:12:06 UTC (rev 9624)
@@ -89,7 +89,7 @@
// Validate that "" is invalid as wiki name
setFieldValue("wikiname", "");
getSelenium().keyUp("wikiname", "\\40");
- getSelenium().waitForCondition("selenium.page().bodyText().indexOf('Identifier can't be empty') != -1;", "10000");
+ getSelenium().waitForCondition("selenium.page().bodyText().indexOf('Identifier can\\'t be empty') != -1;", "10000");
assertTextPresent("Identifier can't be empty");
// Validate that a not existing wiki name is valid as wiki name
More information about the notifications
mailing list