use of io.pivotal.cla.webdriver.pages.AboutPage in project pivotal-cla by pivotalsoftware.
the class ClaControllerTests method learnMoreLink.
@Test
@WithSigningUser
public void learnMoreLink() {
SignClaPage home = SignClaPage.go(driver, cla.getName());
AboutPage aboutPage = home.learnMore();
aboutPage.assertAt();
}
use of io.pivotal.cla.webdriver.pages.AboutPage in project pivotal-cla by pivotalsoftware.
the class HomeControllerTests method learnMoreLink.
@Test
@WithSigningUser
public void learnMoreLink() {
SignClaPage home = HomePage.go(driver);
AboutPage aboutPage = home.learnMore();
aboutPage.assertAt();
}
Aggregations