File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
app/code/Magento/Cms/Test/Mftf Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
- <actionGroup name =" AdminNavigateToCMSPageGrid " >
10
+ <actionGroup name =" AdminCMSPageNavigateToGrid " >
11
11
<amOnPage url =" {{CmsPagesPage.url}}" stepKey =" navigateToCMSPagesGrid" />
12
12
</actionGroup >
13
13
</actionGroups >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
- <actionGroup name =" AdminSelectCMSPageInGrid " >
10
+ <actionGroup name =" AdminCMSPageSelectInGrid " >
11
11
<arguments >
12
12
<argument name =" identifier" type =" string" />
13
13
</arguments >
Original file line number Diff line number Diff line change 11
11
<arguments >
12
12
<argument name =" identifier" type =" string" />
13
13
</arguments >
14
- <amOnPage url =" {{StorefrontHomePage.url}}/{{identifier}}" stepKey =" amOnFirstPageOnFrontend " />
15
- <waitForPageLoad stepKey =" waitForFirstPageLoadOnFrontend " />
16
- <see userInput =" Whoops, our bad..." stepKey =" seePageErrorForFirstPage " />
14
+ <amOnPage url =" {{StorefrontHomePage.url}}/{{identifier}}" stepKey =" amOnPageOnStorefront " />
15
+ <waitForPageLoad stepKey =" waitForPageLoadOnStorefront " />
16
+ <see userInput =" Whoops, our bad..." stepKey =" seePageErrorNotFound " />
17
17
</actionGroup >
18
18
</actionGroups >
Original file line number Diff line number Diff line change 27
27
<actionGroup ref =" logout" stepKey =" logout" />
28
28
</after >
29
29
<!-- Go to Grid page-->
30
- <actionGroup ref =" AdminNavigateToCMSPageGrid " stepKey =" navigateToCMSPageGrid" />
30
+ <actionGroup ref =" AdminCMSPageNavigateToGrid " stepKey =" navigateToCMSPageGrid" />
31
31
<!-- Select pages in Grid-->
32
- <actionGroup ref =" AdminSelectCMSPageInGrid " stepKey =" selectFirstCMSPage" >
32
+ <actionGroup ref =" AdminCMSPageSelectInGrid " stepKey =" selectFirstCMSPage" >
33
33
<argument name =" identifier" value =" $$firstCMSPage.identifier$$" />
34
34
</actionGroup >
35
- <actionGroup ref =" AdminSelectCMSPageInGrid " stepKey =" selectSecondCMSPage" >
35
+ <actionGroup ref =" AdminCMSPageSelectInGrid " stepKey =" selectSecondCMSPage" >
36
36
<argument name =" identifier" value =" $$secondCMSPage.identifier$$" />
37
37
</actionGroup >
38
38
<!-- Disable Pages-->
39
39
<actionGroup ref =" AdminCMSPageMassActionDisable" stepKey =" disablePages" />
40
40
<!-- Verify pages in Grid-->
41
- <actionGroup ref =" AssertCMSPageInGrid" stepKey =" verifyFirstPageinGrid " >
42
- <argument name =" identifier" value =" $$firstCMSPage.identifier$$$$ " />
41
+ <actionGroup ref =" AssertCMSPageInGrid" stepKey =" verifyFirstPageInGrid " >
42
+ <argument name =" identifier" value =" $$firstCMSPage.identifier$$" />
43
43
</actionGroup >
44
- <actionGroup ref =" AssertCMSPageInGrid" stepKey =" verifySecondPageinGrid " >
45
- <argument name =" identifier" value =" $$secondCMSPage.identifier$$$$ " />
44
+ <actionGroup ref =" AssertCMSPageInGrid" stepKey =" verifySecondPageInGrid " >
45
+ <argument name =" identifier" value =" $$secondCMSPage.identifier$$" />
46
46
</actionGroup >
47
47
<!-- Verify Pages are disabled on Frontend-->
48
48
<actionGroup ref =" AssertCMSPageNotFoundOnFront" stepKey =" checkFirstPageNotFoundOnFront" >
You can’t perform that action at this time.
0 commit comments