Skip to content

Commit 498d115

Browse files
Manjusha.SManjusha.S
authored andcommitted
reverted back the file
1 parent 12ea83b commit 498d115

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AssertSwatchColorActionGroup">
1212
<annotations>
1313
<description>Validates that the provided Color Picker contains the provided Style.</description>
@@ -18,12 +18,10 @@
1818
</arguments>
1919

2020
<grabAttributeFrom selector="{{AdminManageSwatchSection.nthSwatch(nthSwatch)}}" userInput="style" stepKey="grabStyle1"/>
21-
<helper class="Magento\Swatches\Test\Mftf\Helper\ColorCode" method="colorCode" stepKey="colorCode">
22-
<argument name="colorCode">{$grabStyle1}</argument>
23-
</helper>
2421
<assertEquals stepKey="assertStyle1">
25-
<actualResult type="string">{$colorCode}</actualResult>
22+
<actualResult type="string">{$grabStyle1}</actualResult>
2623
<expectedResult type="string">{{expectedStyle}}</expectedResult>
2724
</assertEquals>
2825
</actionGroup>
2926
</actionGroups>
27+

0 commit comments

Comments
 (0)