Пример #1
0
        public void ValidateViewAllRequestsButtonExistence()
        {
            LoadWelcomePage();
            logInPage.LogIn(UserName, Password);
            bool isPassed = welcomePage.IsViewAllRequeststButtonDisplayed();

            Assert.AreEqual(true, isPassed);
        }