public void WhenIAddEducationInTheProfile() { Driver.TurnOnWait(); var profilePage = new ProfilePage(); profilePage.AddNewEducation(); }
public void AddEducation() { var SignIn = new SignIn(); SignIn.SigninStep(); Driver.TurnOnWait(); var profilePage = new ProfilePage(); profilePage.AddNewEducation(); profilePage.ValidatenewEducation(); }