We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d81b6f2 commit 969985fCopy full SHA for 969985f
app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminUserActionGroup.xml
@@ -17,7 +17,7 @@
17
</actionGroup>
18
19
<!--Create new user with specified role-->
20
- <actionGroup name="AdminCreateUser">
+ <actionGroup name="AdminCreateUserAction">
21
<click selector="{{AdminCreateUserSection.create}}" stepKey="clickToCreateNewUser"/>
22
<waitForPageLoad stepKey="waitForNewUserPageLoad" time="10"/>
23
<fillField selector="{{AdminCreateUserSection.usernameTextField}}" userInput="{{NewAdmin.username}}" stepKey="enterUserName" />
@@ -53,4 +53,4 @@
53
<see userInput="You deleted the user." stepKey="seeSuccessMessage" />
54
55
56
-</actionGroups>
+</actionGroups>
0 commit comments