Пример #1
0
        //Check testimonials
        public void checkTestimonials()
        {
            CareersPage onCareersPage = onDevtechHomePage.CanGoToCareersPage();

            onCareersPage.hoverOverTestemonials();
            Assert.IsTrue(onCareersPage.getTestimonialNods());
        }