|
25 | 25 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
26 | 26 | <actionGroup ref="SwitchToVersion4ActionGroup" stepKey="switchToTinyMCE4" />
|
27 | 27 | <createData entity="_defaultCmsPage" stepKey="createCMSPage" />
|
| 28 | + <createData entity="_defaultCmsPage" stepKey="createCMSPageB" /> |
28 | 29 | </before>
|
29 | 30 | <after>
|
30 | 31 | <deleteData createDataKey="createCMSPage" stepKey="deletePreReqCMSPage" />
|
| 32 | + <deleteData createDataKey="createCMSPageB" stepKey="deletePreReqCMSPageB" /> |
31 | 33 | <actionGroup ref="logout" stepKey="logout"/>
|
32 | 34 | </after>
|
33 | 35 | <actionGroup ref="navigateToCreatedCMSPage" stepKey="navigateToCreatedCMSPage1">
|
|
47 | 49 | <waitForElementVisible selector="{{TabOnStage.tabContent('1')}}" stepKey="waitForFirstTabContent"/>
|
48 | 50 | <waitForElementVisible selector="{{TabOnStage.tabHeader('1')}}" stepKey="waitForFirstTabHeader"/>
|
49 | 51 | <!-- Add Text to Tab -->
|
| 52 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroupText"> |
| 53 | + <argument name="group" value="PageBuilderTextContentType"/> |
| 54 | + </actionGroup> |
50 | 55 | <actionGroup ref="dragContentTypeToContainer" stepKey="dragTextOntoTab">
|
51 | 56 | <argument name="contentType" value="PageBuilderTextContentType"/>
|
52 | 57 | <argument name="containerTargetType" value="PageBuilderTabContentType"/>
|
|
121 | 126 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage"/>
|
122 | 127 | <see userInput="{{PageBuilderTextContentTypeDefault.value}}" stepKey="seeTextContentType"/>
|
123 | 128 | <seeElement selector="{{StorefrontCMSPageSection.imageSource(ImageUpload3.fileName)}}" stepKey="assertMediaSource"/>
|
124 |
| - <seeElement selector="{{TextOnStorefront.text('1', _ENV.MAGENTO_BASE_URL)}}" stepKey="waitForVariableStorefront"/> |
125 |
| - <seeElement selector="{{TextOnStorefront.textAreaWidget('1', 'text', $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/> |
| 129 | + <seeElement selector="{{TextOnStorefront.text('1', '{{_ENV.MAGENTO_BASE_URL}}')}}" stepKey="waitForVariableStorefront"/> |
| 130 | + <seeElement selector="{{TextOnStorefront.textAreaWidget('1', '{{_ENV.MAGENTO_BASE_URL}}', $$createCMSPageB.identifier$$)}}" stepKey="waitForWidgetStorefront"/> |
126 | 131 | </test>
|
127 | 132 | <test name="CanAddTextToTab">
|
128 | 133 | <annotations>
|
|
149 | 154 | </actionGroup>
|
150 | 155 | <!-- Add Tabs to Stage -->
|
151 | 156 | <comment userInput="Add Tabs to Stage" stepKey="addTabsToStage"/>
|
152 |
| - <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup"> |
| 157 | + <actionGroup ref="expandPageBuilderPanelGroup" stepKey="expandPageBuilderPanelGroup1"> |
153 | 158 | <argument name="group" value="PageBuilderTabsContentType"/>
|
154 | 159 | </actionGroup>
|
155 | 160 | <actionGroup ref="dragContentTypeToStage" stepKey="dragTabsIntoStage">
|
|
0 commit comments