Exemple #1
0
        public void WhenIAddCertificationInTheProfile()
        {
            Driver.TurnOnWait();
            var profilePage = new ProfilePage();

            profilePage.AddCertification();
        }
Exemple #2
0
        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));
        }