File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Swatches/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 53
53
</actionGroup >
54
54
<click selector =" {{AdminManageSwatchSection.nthUploadFile('1')}}" stepKey =" clickUploadFile1" />
55
55
<attachFile selector =" input[name='datafile']" userInput =" adobe-thumb.jpg" stepKey =" attachFile1" />
56
+ <waitForPageLoad stepKey =" waitFileAttached1" />
56
57
<fillField selector =" {{AdminManageSwatchSection.adminInputByIndex('0')}}" userInput =" adobe-thumb" stepKey =" fillAdmin1" />
57
- <click selector =" {{AdminManageSwatchSection.swatchWindow('0')}}" stepKey =" clicksWatchWindow1" />
58
58
59
59
<!-- Set swatch #2 image using the file upload -->
60
60
<click selector =" {{AdminManageSwatchSection.addSwatch}}" stepKey =" clickAddSwatch2" />
63
63
</actionGroup >
64
64
<click selector =" {{AdminManageSwatchSection.nthUploadFile('2')}}" stepKey =" clickUploadFile2" />
65
65
<attachFile selector =" input[name='datafile']" userInput =" adobe-small.jpg" stepKey =" attachFile2" />
66
+ <waitForPageLoad stepKey =" waitFileAttached2" />
66
67
<fillField selector =" {{AdminManageSwatchSection.adminInputByIndex('1')}}" userInput =" adobe-small" stepKey =" fillAdmin2" />
67
68
68
69
<!-- Set scope to global -->
You can’t perform that action at this time.
0 commit comments