Exemple #1
0
 public void AboutTest()
 {
     HeaderMenu.Select(ABOUT);
     AboutPage.CheckOpened();
     AboutPage.AboutText.WaitText("We collaborate with you to solve your biggest business challenges");
     AboutPage.AboutCategoriesSection.Company.Highlight();
     Assert.IsTrue(AboutPage.AboutCategoriesSection.Company.GetSource().Contains("/content/dam/epam/company/"),
                   "The source for the page is incorrect!!!");
     AboutPage.AboutCategoriesSection.Company.Click();
     AboutCompanyPage.CheckOpened();
     AboutCompanyPage.Back();
     AboutPage.AboutCategoriesSection.Newsroom.Click();
 }