@Then("^I should see alert msg \"([^\"]*)\"$")
 public void i_should_see_alert_msg(String msg) throws Throwable {
   Assert.assertEquals(loginStep.getAlertMsg(), msg);
 }