|
52 | 52 |
|
53 | 53 | <!-- *.bmp is not allowed -->
|
54 | 54 | <attachFile selector="{{AdminProductImagesSection.imageFileUpload}}" userInput="bmp.bmp" stepKey="attachBmp"/>
|
55 |
| - <waitForPageLoad stepKey="waitForUploadBmp"/> |
56 |
| - <waitForText selector="{{AdminProductMessagesSection.errorMessage}}" userInput="bmp.bmp was not uploaded. Disallowed file type." stepKey="seeErrorBmp"/> |
| 55 | + <waitForElementVisible selector="{{AdminProductMessagesSection.errorMessage}}" stepKey="waitForUploadBmp"/> |
| 56 | + <see selector="{{AdminProductMessagesSection.errorMessage}}" userInput="bmp.bmp was not uploaded. Disallowed file type." stepKey="seeErrorBmp"/> |
57 | 57 | <click selector="{{AdminProductImagesSection.modalOkBtn}}" stepKey="closeModalBmp"/>
|
58 | 58 |
|
59 | 59 | <!-- *.ico is not allowed -->
|
60 | 60 | <attachFile selector="{{AdminProductImagesSection.imageFileUpload}}" userInput="ico.ico" stepKey="attachIco"/>
|
61 |
| - <waitForPageLoad stepKey="waitForUploadIco"/> |
62 |
| - <waitForText selector="{{AdminProductMessagesSection.errorMessage}}" userInput="ico.ico was not uploaded. Disallowed file type." stepKey="seeErrorIco"/> |
| 61 | + <waitForElementVisible selector="{{AdminProductMessagesSection.errorMessage}}" stepKey="waitForUploadIco"/> |
| 62 | + <see selector="{{AdminProductMessagesSection.errorMessage}}" userInput="ico.ico was not uploaded. Disallowed file type." stepKey="seeErrorIco"/> |
63 | 63 | <click selector="{{AdminProductImagesSection.modalOkBtn}}" stepKey="closeModalIco"/>
|
64 | 64 |
|
65 | 65 | <!-- *.svg is not allowed -->
|
66 | 66 | <attachFile selector="{{AdminProductImagesSection.imageFileUpload}}" userInput="svg.svg" stepKey="attachSvg"/>
|
67 |
| - <waitForPageLoad stepKey="waitForUploadSvg"/> |
68 |
| - <waitForText selector="{{AdminProductMessagesSection.errorMessage}}" userInput="svg.svg was not uploaded. Disallowed file type." stepKey="seeErrorSvg"/> |
| 67 | + <waitForElementVisible selector="{{AdminProductMessagesSection.errorMessage}}" stepKey="waitForUploadSvg"/> |
| 68 | + <see selector="{{AdminProductMessagesSection.errorMessage}}" userInput="svg.svg was not uploaded. Disallowed file type." stepKey="seeErrorSvg"/> |
69 | 69 | <click selector="{{AdminProductImagesSection.modalOkBtn}}" stepKey="closeModalSvg"/>
|
70 | 70 |
|
71 | 71 | <!-- 0kb size is not allowed -->
|
72 | 72 | <attachFile selector="{{AdminProductImagesSection.imageFileUpload}}" userInput="empty.jpg" stepKey="attachEmpty"/>
|
73 |
| - <waitForPageLoad stepKey="waitForUploadEmpty"/> |
74 |
| - <waitForText selector="{{AdminProductMessagesSection.errorMessage}}" userInput="empty.jpg was not uploaded." stepKey="seeErrorEmpty"/> |
| 73 | + <waitForElementVisible selector="{{AdminProductMessagesSection.errorMessage}}" stepKey="waitForUploadEmpty"/> |
| 74 | + <see selector="{{AdminProductMessagesSection.errorMessage}}" userInput="empty.jpg was not uploaded." stepKey="seeErrorEmpty"/> |
75 | 75 | <click selector="{{AdminProductImagesSection.modalOkBtn}}" stepKey="closeModalEmpty"/>
|
76 | 76 |
|
77 | 77 | <!-- 1~ kb is allowed -->
|
|
0 commit comments