File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 127
127
<actionGroup ref =" SaveProductFormActionGroup" stepKey =" saveProduct5" />
128
128
<!-- Assert notification and success messages-->
129
129
<see selector =" {{StorefrontMessagesSection.success}}" userInput =" {{ProductFormMessages.save_success}}" stepKey =" seeSuccessMessage" />
130
- <dontSee selector =" {{StorefrontMessagesSection.noticeMessage}}" userInput =" {{ProductFormMessages.remove_image_notice}}" stepKey =" seeNotification" />
130
+ <see selector =" {{StorefrontMessagesSection.noticeMessage}}" userInput =" {{ProductFormMessages.remove_image_notice}}" stepKey =" seeNotification" />
131
131
<!-- Reopen image tab and see the image is not deleted-->
132
132
<conditionalClick selector =" {{AdminProductImagesSection.productImagesToggle}}" dependentSelector =" {{AdminProductImagesSection.imageUploadButton}}" visible =" false" stepKey =" openProductImagesTab" />
133
133
<waitForPageLoad stepKey =" waitForImagesLoad" />
154
154
<actionGroup ref =" SaveProductFormActionGroup" stepKey =" saveProduct7" />
155
155
<!-- Assert notification and success messages-->
156
156
<see selector =" {{StorefrontMessagesSection.success}}" userInput =" {{ProductFormMessages.save_success}}" stepKey =" seeSuccessMessage2" />
157
- <dontSee selector =" {{StorefrontMessagesSection.noticeMessage}}" userInput =" {{ProductFormMessages.remove_image_notice}}" stepKey =" seeNotification2" />
157
+ <see selector =" {{StorefrontMessagesSection.noticeMessage}}" userInput =" {{ProductFormMessages.remove_image_notice}}" stepKey =" seeNotification2" />
158
158
<!-- Reopen image tab and see the image is not deleted-->
159
159
<conditionalClick selector =" {{AdminProductImagesSection.productImagesToggle}}" dependentSelector =" {{AdminProductImagesSection.imageUploadButton}}" visible =" false" stepKey =" openProductImagesTab2" />
160
160
<waitForPageLoad stepKey =" waitForImagesLoad2" />
You can’t perform that action at this time.
0 commit comments