Exemplo n.º 1
0
        public void ThenVerifyActiveNavigationTabTextShouldBeOr(string stepName, string stepNameMobileView)
        {
            CreateNewProductPage createNewProduct = new CreateNewProductPage(Driver, _appSettings);

            createNewProduct.IsActiveNavigationTextCorrect(stepName, stepNameMobileView);
        }