Skip to content

Commit

Permalink
LPD-25090 put in ignore, these tests need to be converted in playwright
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 a112089 commit 3770486
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,7 @@ definition {
}

@description = "This is a test for COMMERCE-10798. As a Product Manager, I want to be able to configure a bundled product that has a linked SKU from different catalog and see the SKU is applied in the store front."
@ignore = "true"
@priority = 4
test CanConfigureBundledProductWithDifferentCatalogSkuLinked {
property portal.acceptance = "false";
Expand Down Expand Up @@ -2135,6 +2136,7 @@ definition {
}

@description = "This is a test for COMMERCE-12167.User can see SKU updated on the product details page when values are selected from multiple options."
@ignore = "true"
@priority = 5
test CanSKUUpdateSuccessfullyWhenSelectingValuesFromMultipleOptions {
property custom.properties = "company.security.strangers.verify=false${line.separator}jsonws.web.service.paths.excludes=";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ definition {
}

@description = "COMMERCE-6335. As a buyer, I want to edit the quantity of an bundled product in the mini-cart using it's quantity selector and I want to view the changes applied to the mini-cart summary and the bundled items to change their quantity"
@ignore = "true"
@priority = 5
test EditBundledProductQuantityFromMiniCart {
property portal.acceptance = "true";
Expand Down Expand Up @@ -1654,7 +1655,7 @@ definition {
cartItemPriceValue = "70.00",
cartItemQuantity = 1,
cartItemSku = "BLACKSKU",
optionName = "Color");
optionName = "Color");

AssertTextEquals.assertPartialText(
locator1 = "CommerceAccelerators#MINI_CART_ITEM_BUNDLED_ITEMS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,7 @@ definition {
}

@description = "COMMERCE-12808. As a buyer, I want to be able to verify the included and excluded option values on the mini-cart edit panel"
@ignore = "true"
@priority = 4
test CanVerifyIncludedAndExcludedOptionValuesOnTheMinicartEdit {
property portal.acceptance = "false";
Expand Down

0 comments on commit 3770486

Please sign in to comment.