From cc7c537c936835df624b7243f9cf73fa75d0e702 Mon Sep 17 00:00:00 2001 From: Hubert Filar Date: Fri, 26 Jul 2024 14:29:16 +0200 Subject: [PATCH] OP-291: Refactor behats --- features/adding_product_to_wishlist.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/adding_product_to_wishlist.feature b/features/adding_product_to_wishlist.feature index 18c2ea1d..a61e9648 100644 --- a/features/adding_product_to_wishlist.feature +++ b/features/adding_product_to_wishlist.feature @@ -74,5 +74,5 @@ Feature: Adding a product to wishlist And the store has a product "Jack Daniels Gentleman" priced at "$10.00" When user has a wishlist And there is a user "test1@example.com" - And user "test1@example.com" "sylius" is authenticated + And user "test1212@example.com" "sylius" is authenticated Then user tries to add product "Jack Daniels Gentleman" to the wishlist