提交 f189af85 编写于 作者: T tfennelly

SignupPage compiling against HtmlUnit 2.17

上级 20bbaea1
......@@ -60,6 +60,6 @@ public class SignupPage {
}
public void assertErrorContains(String msg) {
assertThat(signupForm.getElementById("main-panel").getTextContent(),containsString(msg));
assertThat(signupForm.getPage().getElementById("main-panel").getTextContent(),containsString(msg));
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册