Ejemplo n.º 1
0
        public void NavigateToNews()
        {
            news = article.GoToNewsPage();

            var isArticlePresent = news.IsArticlePresent(articleTitle);

            Assert.That(isArticlePresent, "News article was not found!");
        }