@Then("^I should see the page not found error page$")
public void iShouldSeeThePageNotFoundErrorPage() throws Throwable {
// Ideally we would check the HTTP response code is 404 as well but it's not
// currently possible to do this with the Selinium Web Driver.
// See https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/141
iShouldSeePageTitled("Page not found");
}
SiteSteps.java 文件源码
java
阅读 24
收藏 0
点赞 0
评论 0
项目:hippo
作者:
评论列表
文章目录