Skip to content

Commit e7b445c

Browse files
mohit-adobeManjusha.S
authored andcommitted
Update AssertSwatchColorActionGroup.xml
1 parent f75cee6 commit e7b445c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1919
<executeJS function="return document.evaluate(&quot;//tbody[@data-role='swatch-visual-options-container']//tr[{{nthSwatch}}]//td[@class='swatches-visual-col col-default ']//div[@class='swatch_window']&quot;,
20-
document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.style.cssText" stepKey="returnRGB" />
20+
document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.style.cssText" stepKey="grabStyle1" />
2121
<assertEquals stepKey="assertStyle1">
22-
<actualResult type="string">{$returnRGB}</actualResult>
22+
<actualResult type="string">{$grabStyle1}</actualResult>
2323
<expectedResult type="string">{{expectedStyle}}</expectedResult>
2424
</assertEquals>
2525
</actionGroup>

0 commit comments

Comments
 (0)