Skip to content

Commit 85f271d

Browse files
committed
[ACQE-7331] [ACPT-820] [TEST] Two imports from admin in parallel
removed spaces
1 parent 6a67006 commit 85f271d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/code/Magento/ImportExport/Test/Mftf/ActionGroup/AdminImportButtonClickActionGroup.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<description>In the Admin Import page. Imports the provided File. Validates that the Success Message is present and correct.</description>
1414
</annotations>
1515
<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"/>
1919
</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"/>
2525
</actionGroup>
2626
</actionGroups>
2727

0 commit comments

Comments
 (0)