File tree 1 file changed +4
-0
lines changed
app/code/Magento/Swatches/Test/Mftf/Test 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 27
27
<click selector =" {{AdminManageSwatchSection.addSwatch}}" stepKey =" clickAddSwatch2" />
28
28
<click selector =" {{AdminManageSwatchSection.addSwatch}}" stepKey =" clickAddSwatch3" />
29
29
<click selector =" {{AdminManageSwatchSection.nthVisualSwatch('3')}}" stepKey =" clickSwatch3" />
30
+
30
31
<click selector =" {{AdminManageSwatchSection.nthVisualSwatch('2')}}" stepKey =" clickSwatch2" />
32
+ <seeElement selector =" {{AdminManageSwatchSection.chooserBlock('2')}}" stepKey =" seeSwatch2" />
31
33
<dontSeeElement selector =" {{AdminManageSwatchSection.chooserBlock('3')}}" stepKey =" dontSeeSwatch3" />
34
+
32
35
<click selector =" {{AdminManageSwatchSection.nthVisualSwatch('1')}}" stepKey =" clickSwatch1" />
36
+ <seeElement selector =" {{AdminManageSwatchSection.chooserBlock('1')}}" stepKey =" seeSwatch1" />
33
37
<dontSeeElement selector =" {{AdminManageSwatchSection.chooserBlock('2')}}" stepKey =" dontSeeSwatch2" />
34
38
</test >
35
39
</tests >
You can’t perform that action at this time.
0 commit comments