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 7
7
-->
8
8
9
9
<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" >
11
11
<actionGroup name =" AssertSwatchColorActionGroup" >
12
12
<annotations >
13
13
<description >Validates that the provided Color Picker contains the provided Style.</description >
18
18
</arguments >
19
19
20
20
<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 >
24
21
<assertEquals stepKey =" assertStyle1" >
25
- <actualResult type =" string" >{$colorCode }</actualResult >
22
+ <actualResult type =" string" >{$grabStyle1 }</actualResult >
26
23
<expectedResult type =" string" >{{expectedStyle}}</expectedResult >
27
24
</assertEquals >
28
25
</actionGroup >
29
26
</actionGroups >
27
+
You can’t perform that action at this time.
0 commit comments