File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
app/code/Magento/ImportExport/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
<description >In the Admin Import page. Imports the provided File. Validates that the Success Message is present and correct.</description >
14
14
</annotations >
15
15
<arguments >
16
- <argument name =" importNoticeMessage" type =" string" defaultValue =" " />
17
- <argument name =" importMessageType" type =" string" defaultValue =" success" />
18
- <argument name =" importMessage" type =" string" defaultValue =" Import successfully done" />
16
+ <argument name =" importNoticeMessage" type =" string" defaultValue =" " />
17
+ <argument name =" importMessageType" type =" string" defaultValue =" success" />
18
+ <argument name =" importMessage" type =" string" defaultValue =" Import successfully done" />
19
19
</arguments >
20
- <waitForElementVisible selector =" {{AdminImportMainSection.importButton}}" stepKey =" waitForImportButtonElementVisible" />
21
- <click selector =" {{AdminImportMainSection.importButton}}" stepKey =" clickImportButton" />
22
- <waitForElementVisible selector =" {{AdminImportValidationMessagesSection.notice}}" stepKey =" waitForNoticeMessage" />
23
- <see selector =" {{AdminImportValidationMessagesSection.notice}}" userInput =" {{importNoticeMessage}}" stepKey =" seeNoticeMessage" />
24
- <see selector =" {{AdminImportValidationMessagesSection.messageByType(importMessageType)}}" userInput =" {{importMessage}}" stepKey =" seeImportMessage" />
20
+ <waitForElementVisible selector =" {{AdminImportMainSection.importButton}}" stepKey =" waitForImportButtonElementVisible" />
21
+ <click selector =" {{AdminImportMainSection.importButton}}" stepKey =" clickImportButton" />
22
+ <waitForElementVisible selector =" {{AdminImportValidationMessagesSection.notice}}" stepKey =" waitForNoticeMessage" />
23
+ <see selector =" {{AdminImportValidationMessagesSection.notice}}" userInput =" {{importNoticeMessage}}" stepKey =" seeNoticeMessage" />
24
+ <see selector =" {{AdminImportValidationMessagesSection.messageByType(importMessageType)}}" userInput =" {{importMessage}}" stepKey =" seeImportMessage" />
25
25
</actionGroup >
26
26
</actionGroups >
27
27
You can’t perform that action at this time.
0 commit comments