public void WhenIAddCertificationInTheProfile() { Driver.TurnOnWait(); var profilePage = new ProfilePage(); profilePage.AddCertification(); }
public void AddCertification() { var SignIn = new SignIn(); SignIn.SigninStep(); Driver.TurnOnWait(); var profilePage = new ProfilePage(); profilePage.AddCertification(); profilePage.Validatenewcertification(); }
public void GivenICanAddThisCertificate(Table table) { dynamic data = table.CreateDynamicInstance(); ProfilePage.AddCertification(data.Certificate, data.From, Convert.ToString(data.Year)); }