@Then("^I verify I am on the You can still seek advice from a legal adviser$")
 public void i_verify_I_am_on_the_You_can_still_seek_advice_from_a_legal_adviser()
     throws Throwable {
   assertTrue(PageFactory.getCLAWebEmploymentFindLegalAdvisorPage(driver).verifyOnPage());
 }