Skip to content

Commit 222746a

Browse files
committed
ACQE-3393: Added html in place of text
1 parent e578286 commit 222746a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

app/code/Magento/Cms/Test/Mftf/Test/AdminConfigureStoreInformationTest.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,40 +59,40 @@
5959
<actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection">
6060
<argument name="contentType" value="PageBuilderTextContentType"/>
6161
</actionGroup>
62-
<actionGroup ref="dragContentTypeToStage" stepKey="dragIntoStage">
63-
<argument name="contentType" value="PageBuilderTextContentType"/>
62+
<actionGroup ref="dragContentTypeToStage" stepKey="dragToStage">
63+
<argument name="contentType" value="PageBuilderHtmlContentType"/>
6464
</actionGroup>
6565
<actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage">
66-
<argument name="contentType" value="PageBuilderTextContentType"/>
66+
<argument name="contentType" value="PageBuilderHtmlContentType"/>
6767
</actionGroup>
68-
<click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableButton"/>
68+
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableButton"/>
6969
<wait time="2" stepKey="waitForPageToLoadForToInsertButtonForStoreName"/>
7070
<click selector="{{VariableSection.VariableRadio('General / Store Information / Store Name')}}" stepKey="selectDefaultVariable"/>
7171
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStoreName"/>
7272
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForStAds"/>
7373
<wait time="2" stepKey="waitForPageToLoadToSelectInsertVariableButtonForStAds"/>
74-
<click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableButtonForStAds"/>
74+
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableButtonForStAds"/>
7575
<wait time="2" stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStAds"/>
7676
<click selector="{{VariableSection.VariableRadio('General / Store Information / Street Address')}}" stepKey="selectDefaultVariableForStAds"/>
7777
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStAds"/>
7878
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForStore"/>
7979
<wait time="2" stepKey="waitForPageToLoadForToInsertButtonForStore"/>
80-
<click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableForStore"/>
80+
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableForStore"/>
8181
<wait time="2" stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStore"/>
8282
<click selector="{{VariableSection.VariableRadio('General / Store Information / City')}}" stepKey="selectDefaultVariableForStore"/>
8383
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStore"/>
8484
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForCode"/>
85-
<click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCode"/>
85+
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCode"/>
8686
<wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCode"/>
8787
<click selector="{{VariableSection.VariableRadio('General / Store Information / ZIP/Postal Code')}}" stepKey="selectDefaultVariableForCode"/>
8888
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableCode"/>
8989
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForState"/>
90-
<click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForState"/>
90+
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForState"/>
9191
<wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForState"/>
9292
<click selector="{{VariableSection.VariableRadio('General / Store Information / Region/State')}}" stepKey="selectDefaultVariableForState"/>
9393
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableForState"/>
9494
<click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForCountry"/>
95-
<click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCountry"/>
95+
<click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCountry"/>
9696
<wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCountry"/>
9797
<click selector="{{VariableSection.VariableRadio('General / Store Information / Country')}}" stepKey="selectDefaultVariableForCountry"/>
9898
<wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableForCountry"/>
@@ -104,5 +104,6 @@
104104
<fillField selector="{{CmsNewPagePageSeoSection.urlKey}}" userInput="{{_defaultCmsPage.identifier}}" stepKey="fillFieldUrlKey"/>
105105
<actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPageAgain"/>
106106
<amOnPage url="{{_defaultCmsPage.identifier}}" stepKey="amOnPageTestPageRefresh"/>
107+
<see userInput="New Store InformationAugsburger Strabe 41Berlin10789BerlinGermany" stepKey="seeCustomData" />
107108
</test>
108109
</tests>

0 commit comments

Comments
 (0)