Skip to content

Commit

Permalink
LPD-25090 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-ale-sbarra authored and brianchandotcom committed May 8, 2024
1 parent ac07dae commit a112089
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1648,11 +1648,13 @@ definition {
CommerceNavigator.gotoMiniCart();

FrontStore.viewMiniCartItem(
bundledItems = "Black(1 × U-Joint )",
cartItemName = "Bundled Product",
cartItemOption = "black",
cartItemPriceValue = "70.00",
cartItemQuantity = 1,
cartItemSku = "BLACKSKU");
cartItemSku = "BLACKSKU",
optionName = "Color");

AssertTextEquals.assertPartialText(
locator1 = "CommerceAccelerators#MINI_CART_ITEM_BUNDLED_ITEMS",
Expand Down

0 comments on commit a112089

Please sign in to comment.