Esempio n. 1
0
        public void AddingProductToShoppingBagTest()
        {
            ShoppingBag shop = new ShoppingBag(driver);

            shop.AddToBag();
            Assert.AreEqual(shopping, driver.Url);
        }