Skip to content

Commit c0809db

Browse files
committed
Removed unused commented code
1 parent 1937bcf commit c0809db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Integration/Test/Mftf/ActionGroup/AssertNotEqualsAdminMessageCreateIntegrationEntityActionGroup.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AssertNotEqualsAdminMessageCreateIntegrationEntityActionGroup">
1212
<arguments>
13-
<argument name="message" type="string" defaultValue="Integration not securesdfds"/>
13+
<argument name="message" type="string" defaultValue="Integration not secure"/>
1414
</arguments>
1515
<waitForElementVisible selector="{{AdminIntegrationsGridSection.gridName}}" stepKey="waitForMessage"/>
16-
<!--<see userInput="{{message}}" selector="{{AdminIntegrationsGridSection.gridName}}" stepKey="verifyMessage"/>-->
1716
<dontSee selector="{{AdminIntegrationsGridSection.gridName}}" userInput="{{message}}" stepKey="doNotSeeErrorMessage"/>
1817
</actionGroup>
1918
</actionGroups>

0 commit comments

Comments
 (0)