Skip to content

Commit f75cee6

Browse files
mohit-adobeManjusha.S
authored andcommitted
Update AssertStorefrontSwatchColorActionGroup.xml
1 parent 663ffa0 commit f75cee6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Swatches/Test/Mftf/ActionGroup/AssertStorefrontSwatchColorActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</arguments>
1919

2020
<executeJS function="return document.evaluate(&quot;//div[@class='swatch-option color'][{{nthSwatch}}]&quot;,
21-
document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.style.cssText" stepKey="returnRGB" />
21+
document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.style.cssText" stepKey="grabStyle1" />
2222
<assertEquals stepKey="assertStyle1">
23-
<actualResult type="string">{$returnRGB}</actualResult>
23+
<actualResult type="string">{$grabStyle1}</actualResult>
2424
<expectedResult type="string">background: center center no-repeat {{expectedRgb}};</expectedResult>
2525
</assertEquals>
2626
</actionGroup>

0 commit comments

Comments
 (0)