File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed
Cms/Test/Mftf/ActionGroup
Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
10
<actionGroup name =" StorefrontClickHeaderLinkActionGroup" >
11
+ <annotations >
12
+ <description >Clicks a link in the storefront header.</description >
13
+ </annotations >
11
14
<arguments >
12
15
<argument name =" linkName" type =" string" defaultValue =" Create an Account" />
13
16
</arguments >
17
+
14
18
<click stepKey =" clickTheLink" selector =" {{StorefrontHeaderSection.headerLinkByText(linkName)}}" />
15
19
<waitForPageLoad stepKey =" wait" />
16
20
</actionGroup >
Original file line number Diff line number Diff line change 8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
10
<actionGroup name =" StorefrontSeeHeaderLinksActionGroup" >
11
+ <annotations >
12
+ <description >See a link by name in the storefront header.</description >
13
+ </annotations >
11
14
<arguments >
12
15
<argument name =" linkName" type =" string" defaultValue =" Create an Account" />
13
16
</arguments >
Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AssertMessageCustomerCreateAccountPasswordComplexityActionGroup" >
12
+ <annotations >
13
+ <description >Assert is shown an error about their password during new user form filling.</description >
14
+ </annotations >
12
15
<arguments >
13
16
<argument name =" message" type =" string" />
14
17
</arguments >
You can’t perform that action at this time.
0 commit comments