|
59 | 59 | <actionGroup ref="expandPageBuilderPanelMenuSection" stepKey="expandPageBuilderPanelMenuSection">
|
60 | 60 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
61 | 61 | </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"/> |
64 | 64 | </actionGroup>
|
65 | 65 | <actionGroup ref="openPageBuilderEditPanel" stepKey="openEditMenuOnStage">
|
66 |
| - <argument name="contentType" value="PageBuilderTextContentType"/> |
| 66 | + <argument name="contentType" value="PageBuilderHtmlContentType"/> |
67 | 67 | </actionGroup>
|
68 |
| - <click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableButton"/> |
| 68 | + <click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableButton"/> |
69 | 69 | <wait time="2" stepKey="waitForPageToLoadForToInsertButtonForStoreName"/>
|
70 | 70 | <click selector="{{VariableSection.VariableRadio('General / Store Information / Store Name')}}" stepKey="selectDefaultVariable"/>
|
71 | 71 | <wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStoreName"/>
|
72 | 72 | <click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForStAds"/>
|
73 | 73 | <wait time="2" stepKey="waitForPageToLoadToSelectInsertVariableButtonForStAds"/>
|
74 |
| - <click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableButtonForStAds"/> |
| 74 | + <click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableButtonForStAds"/> |
75 | 75 | <wait time="2" stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStAds"/>
|
76 | 76 | <click selector="{{VariableSection.VariableRadio('General / Store Information / Street Address')}}" stepKey="selectDefaultVariableForStAds"/>
|
77 | 77 | <wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStAds"/>
|
78 | 78 | <click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForStore"/>
|
79 | 79 | <wait time="2" stepKey="waitForPageToLoadForToInsertButtonForStore"/>
|
80 |
| - <click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableForStore"/> |
| 80 | + <click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="againClickInsertVariableForStore"/> |
81 | 81 | <wait time="2" stepKey="againWaitForPageToLoadToSelectInsertVariableButtonForStore"/>
|
82 | 82 | <click selector="{{VariableSection.VariableRadio('General / Store Information / City')}}" stepKey="selectDefaultVariableForStore"/>
|
83 | 83 | <wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableStore"/>
|
84 | 84 | <click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForCode"/>
|
85 |
| - <click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCode"/> |
| 85 | + <click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCode"/> |
86 | 86 | <wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCode"/>
|
87 | 87 | <click selector="{{VariableSection.VariableRadio('General / Store Information / ZIP/Postal Code')}}" stepKey="selectDefaultVariableForCode"/>
|
88 | 88 | <wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableCode"/>
|
89 | 89 | <click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForState"/>
|
90 |
| - <click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForState"/> |
| 90 | + <click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForState"/> |
91 | 91 | <wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForState"/>
|
92 | 92 | <click selector="{{VariableSection.VariableRadio('General / Store Information / Region/State')}}" stepKey="selectDefaultVariableForState"/>
|
93 | 93 | <wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableForState"/>
|
94 | 94 | <click selector="{{VariableSection.InsertWidget}}" stepKey="clickInsertVariableForCountry"/>
|
95 |
| - <click selector="{{TextOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCountry"/> |
| 95 | + <click selector="{{HtmlOnConfiguration.insertVariableButton}}" stepKey="clickInsertVariableAgainForCountry"/> |
96 | 96 | <wait time="2" stepKey="WaitForPageToLoadToSelectInsertVariableButtonForCountry"/>
|
97 | 97 | <click selector="{{VariableSection.VariableRadio('General / Store Information / Country')}}" stepKey="selectDefaultVariableForCountry"/>
|
98 | 98 | <wait time="2" stepKey="waitForPageToLoadForToSelectDefaultVariableForCountry"/>
|
|
104 | 104 | <fillField selector="{{CmsNewPagePageSeoSection.urlKey}}" userInput="{{_defaultCmsPage.identifier}}" stepKey="fillFieldUrlKey"/>
|
105 | 105 | <actionGroup ref="SaveAndContinueEditCmsPageActionGroup" stepKey="saveAndContinueEditCmsPageAgain"/>
|
106 | 106 | <amOnPage url="{{_defaultCmsPage.identifier}}" stepKey="amOnPageTestPageRefresh"/>
|
| 107 | + <see userInput="New Store InformationAugsburger Strabe 41Berlin10789BerlinGermany" stepKey="seeCustomData" /> |
107 | 108 | </test>
|
108 | 109 | </tests>
|
0 commit comments