Skip to content

Commit b6e45a5

Browse files
committed
rechanging the adminLoginActionGroup
1 parent e4c1d85 commit b6e45a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminLoginActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<argument name="password" type="string" defaultValue="{{_CREDS.magento/MAGENTO_ADMIN_PASSWORD}}"/>
1818
</arguments>
1919

20+
2021
<amOnPage url="{{AdminLoginPage.url}}" stepKey="navigateToAdmin"/>
2122
<fillField selector="{{AdminLoginFormSection.username}}" userInput="{{username}}" stepKey="fillUsername"/>
2223
<fillField selector="{{AdminLoginFormSection.password}}" userInput="{{password}}" stepKey="fillPassword"/>

0 commit comments

Comments
 (0)