Beispiel #1
0
        public void SuccssesfullyLoadedPage_When_InteractionMenuIsSelected(string sectionName)
        {
            _navigationPage.CategoryButton("Interactions").Click();
            _basedemoQAPage.SubMenu(sectionName).ScrollToElement().ToBeVisible().Click();

            _basedemoQAPage.AssertNavigationIsCorrect(sectionName);
        }