Skip to content

Commit 1ef984c

Browse files
authored
Merge pull request #529 from adobe-commerce-tier-4/PR-Tier4-OM-2025-01-24
PR-Tier4-OM-2025-01-24
2 parents 0208e43 + 8788fc5 commit 1ef984c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

InventorySwatchesFrontendUi/Test/Mftf/Test/StorefrontValidateVisualSwatchAbsenceOfAttributeWhenProductStocksOutTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2023 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -160,11 +160,11 @@
160160
<!-- Verify that the storefront shows the swatches too -->
161161
<actionGroup ref="AssertStorefrontSwatchColorActionGroup" stepKey="assertSwatch1">
162162
<argument name="nthSwatch" value="1"/>
163-
<argument name="expectedRgb" value="rgb(231, 77, 60)"/>
163+
<argument name="expectedRgb" value="rgb(231, 76, 60)"/>
164164
</actionGroup>
165165
<actionGroup ref="AssertStorefrontSwatchColorActionGroup" stepKey="assertSwatch2">
166166
<argument name="nthSwatch" value="2"/>
167-
<argument name="expectedRgb" value="rgb(31, 52, 148)"/>
167+
<argument name="expectedRgb" value="rgb(31, 53, 148)"/>
168168
</actionGroup>
169169
<!-- Add configurable product with swatch attribute to the cart -->
170170
<actionGroup ref="StorefrontSelectSwatchOptionOnProductPageActionGroup" stepKey="selectVisualSwatchFromProductPage">

0 commit comments

Comments
 (0)