コード例 #1
0
        public void ThenIShouldSeeThatProductIsDeleted()
        {
            var currentCartItemCount = ShoppingCartPagePage.GetCartItemsCount();

            Assert.Less(currentCartItemCount, CartItemCount);
        }
コード例 #2
0
        public void GivenISeeProductsListedOnThePage()
        {
            CartItemCount = ShoppingCartPagePage.GetCartItemsCount();

            Assert.Greater(CartItemCount, 0);
        }