Skip to content

Commit 4c8972b

Browse files
committed
MAGETWO-91135: Stabilize Pagebuilder Hackthon1 Delivery Branch
- Removing skip tag from new tests - Updating default params for x, y coordinates on remove action group
1 parent 12c43c0 commit 4c8972b

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/PageBuilder/ActionGroup/ActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@
178178
<arguments>
179179
<argument name="contentBlockType" defaultValue=""/>
180180
<argument name="contentBlockNumber" defaultValue="2" type="string"/>
181-
<argument name="x" defaultValue="" type="string"/>
182-
<argument name="y" defaultValue="" type="string"/>
181+
<argument name="x" defaultValue="null" type="string"/>
182+
<argument name="y" defaultValue="null" type="string"/>
183183
</arguments>
184184
<seeElement selector="{{PageBuilderActionsSection.contentBlockInStageByIndex(contentBlockType.role, contentBlockNumber)}}" stepKey="seeContentTypeInStage" />
185185
<waitForElementVisible time="20" selector="{{PageBuilderActionsSection.contentBlockInStageByIndex(contentBlockType.role, contentBlockNumber)}}" stepKey="waitForContentBlockInStageVisible" />
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@
174174
<description value="A user should be able to resize a columns to achieve a ratio of 4:2."/>
175175
<severity value="CRITICAL"/>
176176
<testCaseId value="MAGETWO-91129"/>
177-
<!--MQE-1010 passes locally but error in jenkins-->
178-
<group value="skip"/>
179177
<group value="pagebuilder"/>
180178
<group value="pagebuilder-column"/>
181179
<group value="pagebuilder-columnResize"/>
@@ -195,8 +193,8 @@
195193
<actionGroup ref="dragContentBlockToStage" stepKey="dragColumnIntoStage">
196194
<argument name="contentBlockType" value="PageBuilderColumnContentBlock"/>
197195
</actionGroup>
198-
<!-- Change Columns To 5:1 Ratio -->
199-
<comment userInput="Change Columns To 5:1 Ratio" stepKey="context1"/>
196+
<!-- Change Columns To 4:2 Ratio -->
197+
<comment userInput="Change Columns To 4:2 Ratio" stepKey="context1"/>
200198
<actionGroup ref="dragContentBlockToContainer" stepKey="dragColumnIntoStage2">
201199
<argument name="contentBlockType" value="PageBuilderColumnContentBlock"/>
202200
<argument name="containerTargetType" value="PageBuilderColumnContentBlock"/>
@@ -693,8 +691,6 @@
693691
<description value="A user should be able to resize a columns to achieve a ratio of 2:2:2."/>
694692
<severity value="CRITICAL"/>
695693
<testCaseId value="MAGETWO-91134"/>
696-
<!--MQE-1010 passes locally but error in jenkins-->
697-
<group value="skip"/>
698694
<group value="pagebuilder"/>
699695
<group value="pagebuilder-column"/>
700696
<group value="pagebuilder-columnResize"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/PageBuilder/Test/AdminPageBuilderCommonTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@
240240
<testCaseId value="MAGETWO-89055"/>
241241
<group value="pagebuilder"/>
242242
<group value="pagebuilder-common"/>
243-
<!--MQE-1010 passes locally but error in jenkins-->
244-
<group value="skip"/>
245243
</annotations>
246244
<before>
247245
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

0 commit comments

Comments
 (0)