Skip to content

Commit dd541f0

Browse files
committed
Comments Deleting
1 parent 3064b66 commit dd541f0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

app/code/Magento/Integration/Test/Mftf/Test/AdminCreateIntegrationEntityWithDuplicatedNameTest.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,26 @@
2323
<after>
2424
<actionGroup ref="logout" stepKey="logout"/>
2525
</after>
26-
27-
<!-- TEST BODY -->
28-
<!-- Navigate To Integrations Page -->
26+
2927
<actionGroup ref="AdminNavigateMenuActionGroup" stepKey="navigateToIntegrationsPage">
3028
<argument name="menuUiId" value="{{AdminMenuSystem.dataUiId}}"/>
3129
<argument name="submenuUiId" value="{{AdminMenuSystemExtensionsIntegrations.dataUiId}}"/>
3230
</actionGroup>
33-
<!-- Click the "Add New Integration" button -->
3431
<actionGroup ref="AdminNavigateToCreateIntegrationPageActionGroup" stepKey="clickAddNewIntegrationButton"/>
35-
<!-- Create New Integration -->
3632
<actionGroup ref="AdminCreatesNewIntegrationActionGroup" stepKey="createNewIntegration">
3733
<argument name="name" value="Integration1"/>
3834
<argument name="password" value="{{_ENV.MAGENTO_ADMIN_PASSWORD}}"/>
3935
</actionGroup>
40-
<!-- Submit The Form -->
4136
<actionGroup ref="AdminSubmitNewIntegrationFormActionGroup" stepKey="submitTheForm"/>
42-
<!-- Click the "Add New Integration" button -->
4337
<actionGroup ref="AdminNavigateToCreateIntegrationPageActionGroup" stepKey="clickAddNewIntegrationButtonSecondTime"/>
44-
<!-- Create New Integration With Duplicated Name-->
4538
<actionGroup ref="AdminCreatesNewIntegrationActionGroup" stepKey="createNewIntegrationWithDuplicatedName">
4639
<argument name="name" value="Integration1"/>
4740
<argument name="password" value="{{_ENV.MAGENTO_ADMIN_PASSWORD}}"/>
4841
</actionGroup>
49-
<!-- Submit The Form -->
5042
<actionGroup ref="AdminSubmitNewIntegrationFormActionGroup" stepKey="submitTheFormWithDuplicatedName"/>
51-
<!-- See Error Message-->
5243
<actionGroup ref="AssertAdminMessageCreateIntegrationEntityActionGroup" stepKey="seeErrorMessage">
5344
<argument name="message" value="The integration with name &quot;Integration1&quot; exists."/>
5445
<argument value="error" name="messageType"/>
5546
</actionGroup>
56-
<!-- END TEST BODY -->
5747
</test>
5848
</tests>

0 commit comments

Comments
 (0)