use of io.pivotal.cla.security.WithClaAuthorUser in project pivotal-cla by pivotalsoftware.
the class AdminHomeTests method claAuthorUserManageLinkVisible.
@Test
@WithClaAuthorUser
public void claAuthorUserManageLinkVisible() {
AdminLinkClaPage page = AdminLinkClaPage.to(getDriver());
page.assertManageLink(true);
}
Aggregations