Exemplo n.º 1
0
        public void ThenVerifyProductCardIsNotShownForWithSubcategory(string artwork, string subcategory)
        {
            CreateNewProductPage createNewProduct = new CreateNewProductPage(Driver, _appSettings);

            createNewProduct.IsProductCardNotDisplayed(artwork, subcategory);
        }