This rule that you have is not checking on the number of items in the cart, it is checking if an item with the id of 1 is in the cart. If you do not have an item with an id of 1 in the cart this rule will not be triggered.
You need to base the rule on the total number of items in the cart rather than the presence of a particular item in the cart.