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