Пример #1
0
        public void ThenThePasswordShouldChangeSuccessfullyByReturningToHomePage()
        {
            bool result = ChangePasswordPage.ValidateChangePassword();

            Assert.IsTrue(result);
        }