Пример #1
0
        public static void ChangeCountry()
        {
            CartPageObjects cpo = new CartPageObjects();

            //Driver.WebDriver.Navigate().GoToUrl("https://sculpt.staging.juiceplus.com/ie/en");
            NavigationActions.NavigateCountryClick();
            //var cartCount = cpo.ShoppingCartIcon.GetAttribute("value");
            //try
            //{
            //    Assert.That(cartCount, Is.EqualTo("1"));
            //}
            //catch (Exception e)
            //{

            //    throw;
            //}
        }