//Check testimonials public void checkTestimonials() { CareersPage onCareersPage = onDevtechHomePage.CanGoToCareersPage(); onCareersPage.hoverOverTestemonials(); Assert.IsTrue(onCareersPage.getTestimonialNods()); }