Esempio n. 1
0
        public void GivenUserChangeLastname()
        {
            MPInfoPage mpip = new MPInfoPage(Driver);

            ut.ClickOnElement(mpip.Lastname);
            ut.ClearElement(mpip.Lastname);
            ut.EnterTextInElement(mpip.Lastname, TestConstants.LName);
        }
Esempio n. 2
0
        public void GivenUserEntersCurrentPassword()
        {
            MPInfoPage mpip = new MPInfoPage(Driver);

            ut.EnterTextInElement(mpip.)
        }