GlobalRightsAdministrationSectionPage grasp = new GlobalRightsAdministrationSectionPage();
grasp.gotoPage();
if (!grasp.isAuthenticated()) {
getDriver().get(getUtil().getURLToLoginAsAdminAndGotoPage(grasp.getURL()));
}
grasp.unforceAuthenticatedView();
}
}
@Test
public void testRedirectPreservesPOSTParameters() throws InterruptedException