File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
app/code/Magento/PageBuilder/Test/Mftf Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 17
17
<comment userInput =" Opening Page Builder for attribute" stepKey =" commentOpeningPageBuilder" />
18
18
<waitForElementVisible selector =" {{section.PageBuilderBtn(attributeCode)}}" stepKey =" seePagebuilderBtn" />
19
19
<click selector =" {{section.PageBuilderBtn(attributeCode)}}" stepKey =" enablePageBuilder" />
20
- <waitForElementVisible selector =" {{PageBuilderPanel.generalGroup }}" stepKey =" waiForPageBuilderVisible" />
20
+ <waitForElementVisible selector =" {{PageBuilderPanel.layoutGroup }}" stepKey =" waiForPageBuilderVisible" />
21
21
</actionGroup >
22
22
</actionGroups >
Original file line number Diff line number Diff line change 9
9
<entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd" >
11
11
<entity name =" PageBuilderFullWidthLayout" type =" pagebuilder_full_width_layout" >
12
+ <data key =" 1column" >1 column</data >
12
13
<data key =" cms" >Page -- Full Width</data >
13
14
<data key =" category" >Category -- Full Width</data >
14
15
<data key =" product" >Product -- Full Width</data >
Original file line number Diff line number Diff line change 1331
1331
<argument name =" contentType" value =" PageBuilderTextContentType" />
1332
1332
</actionGroup >
1333
1333
<waitForElementVisible selector =" {{TextOnConfiguration.textArea}}" stepKey =" waitForTextOnEditPanel" />
1334
- <fillField selector =" {{TextOnConfiguration.textArea}}" userInput =" {{PageBuilderTextContentType .value}}" stepKey =" fillTextField" />
1334
+ <fillField selector =" {{TextOnConfiguration.textArea}}" userInput =" {{PageBuilderTextProperty .value}}" stepKey =" fillTextField" />
1335
1335
<actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
1336
1336
<actionGroup ref =" saveAndContinueEditCmsPage" stepKey =" saveAndContinueEditCmsPage" />
1337
1337
<!-- Validate Storefront -->
1398
1398
<comment userInput =" Set Layout to 1 column" stepKey =" commentSetLayout" />
1399
1399
<actionGroup ref =" setLayout" stepKey =" setLayout" >
1400
1400
<argument name =" designSection" value =" CmsDesignSection" />
1401
- <argument name =" layoutOption" value =" Layout .1column" />
1401
+ <argument name =" layoutOption" value =" PageBuilderFullWidthLayout .1column" />
1402
1402
</actionGroup >
1403
1403
<actionGroup ref =" saveAndContinueEditCmsPage" stepKey =" saveAndContinueEditCmsPage" />
1404
1404
<!-- Validate Storefront -->
1472
1472
<comment userInput =" Set Layout to 1 column" stepKey =" commentSetLayout" />
1473
1473
<actionGroup ref =" setLayout" stepKey =" setLayout" >
1474
1474
<argument name =" designSection" value =" CmsDesignSection" />
1475
- <argument name =" layoutOption" value =" Layout .1column" />
1475
+ <argument name =" layoutOption" value =" PageBuilderFullWidthLayout .1column" />
1476
1476
</actionGroup >
1477
1477
<actionGroup ref =" saveAndContinueEditCmsPage" stepKey =" saveAndContinueEditCmsPage" />
1478
1478
<!-- Validate Storefront -->
You can’t perform that action at this time.
0 commit comments