public void ValidateBenchmarkTestsLink() { var blogPage = new BlogPage(driver); blogPage.NavigateTo(); blogPage.GoToBlog(); blogPage.ScrollDown(); blogPage.ClickSixthLink(); Assert.IsTrue(blogPage.BenchmarkTestsHeader.Text.Contains("Benchmark Tests")); }