We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6801e20 commit e732a9cCopy full SHA for e732a9c
app/code/Magento/Catalog/Test/Mftf/Test/AdminSimpleProductImagesTest/AdminSimpleProductImagesTest.xml
@@ -50,7 +50,7 @@
50
51
<click selector="{{AdminProductImagesSection.productImagesToggle}}" stepKey="expandImages"/>
52
53
- <!-- *.bmp is not allowed -->
+ <!-- *.bmp is not allowed -->
54
<attachFile selector="{{AdminProductImagesSection.imageFileUpload}}" userInput="bmp.bmp" stepKey="attachBmp"/>
55
<waitForElementVisible selector="{{AdminProductMessagesSection.errorMessage}}" stepKey="waitForUploadBmp"/>
56
<see selector="{{AdminProductMessagesSection.errorMessage}}" userInput="bmp.bmp was not uploaded. Disallowed file type." stepKey="seeErrorBmp"/>
0 commit comments