File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
app/code/Magento/Swatches/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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 >
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+
You can’t perform that action at this time.
0 commit comments