SiteSteps.java 文件源码

java
阅读 23 收藏 0 点赞 0 评论 0

项目:hippo 作者:
@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");
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号