public void WhenIUpdateCertification() { certification = new ProfileCertification(driver); certification.UpdateCertification(); }
public void WhenIEditMyCertification() { profilecertification = new ProfileCertification(driver); profilecertification.UpdateCertification(); }