This is an automated email from the git hooks/post-receive script. New commit to branch pollen-udpate-1.6 in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git commit b6d29d7e92d18f933b462b64504e1ccb3268d94a Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Nov 15 21:55:51 2015 +0100 Fix struts internal change related to action button --- .../src/test/java/org/chorem/pollen/ui/it/AbstractPollenIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-struts2/src/test/java/org/chorem/pollen/ui/it/AbstractPollenIT.java b/pollen-ui-struts2/src/test/java/org/chorem/pollen/ui/it/AbstractPollenIT.java index da22450..4cd5d75 100644 --- a/pollen-ui-struts2/src/test/java/org/chorem/pollen/ui/it/AbstractPollenIT.java +++ b/pollen-ui-struts2/src/test/java/org/chorem/pollen/ui/it/AbstractPollenIT.java @@ -176,7 +176,7 @@ public abstract class AbstractPollenIT { Assert.assertEquals("input", passwordElement.getTagName()); passwordElement.sendKeys(password); - WebElement submit = findElement(By.name("action:login")); + WebElement submit = findElement(By.name("pollen.action.login")); submit.click(); } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.