File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/Integration/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
<actionGroup name =" AdminCreatesNewIntegrationActionGroup" >
14
14
<arguments >
15
15
<argument name =" name" type =" string" />
16
+ <argument name =" password" type =" string" />
16
17
</arguments >
17
18
<fillField stepKey =" fillNameField" selector =" {{AddNewIntegrationSection.name}}" userInput =" {{name}}" />
18
- <fillField stepKey =" fillAdminPasswordField" selector =" {{AddNewIntegrationSection.password}}" userInput =" {{_ENV.MAGENTO_ADMIN_PASSWORD }}" />
19
+ <fillField stepKey =" fillAdminPasswordField" selector =" {{AddNewIntegrationSection.password}}" userInput =" {{password }}" />
19
20
<!-- Click the "Save" Button -->
20
21
<click stepKey =" clickSaveButton" selector =" {{AddNewIntegrationSection.saveButton}}" />
21
22
</actionGroup >
Original file line number Diff line number Diff line change 30
30
<!-- Create New Integration -->
31
31
<actionGroup ref =" AdminCreatesNewIntegrationActionGroup" stepKey =" createIntegration" >
32
32
<argument name =" name" value =" Integration1" />
33
+ <argument name =" password" value =" {{_ENV.MAGENTO_ADMIN_PASSWORD}}" />
33
34
</actionGroup >
34
35
</before >
35
36
<after >
55
56
<actionGroup ref =" AssertDeletedIntegrationIsNotInGridActionGroup" stepKey =" dontSeeIntegration" >
56
57
<argument name =" name" value =" Integration1" />
57
58
</actionGroup >
59
+ <!-- END TEST BODY -->
58
60
</test >
59
61
</tests >
You can’t perform that action at this time.
0 commit comments