Skip to content

Commit c35689c

Browse files
committed
MC-2434: Flaky MFTF Test: ColumnResize4to1to1
- rename test 1to1to1
1 parent df6dbd6 commit c35689c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnResizingTest.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -713,12 +713,12 @@
713713
<actualResult type="variable">columnRatioFrontend3</actualResult>
714714
</assertEquals>
715715
</test>
716-
<test name="ColumnResize3v2">
716+
<test name="ColumnResize1to1to1">
717717
<annotations>
718718
<features value="PageBuilder"/>
719719
<stories value="Column"/>
720-
<title value="Resize Column: 2:2:2 Ratio"/>
721-
<description value="A user should be able to resize a columns to achieve a ratio of 2:2:2."/>
720+
<title value="Resize Column: 1:1:1 Ratio"/>
721+
<description value="A user should be able to resize a columns to achieve a ratio of 1:1:1."/>
722722
<severity value="CRITICAL"/>
723723
<testCaseId value="MAGETWO-91134"/>
724724
<group value="pagebuilder"/>
@@ -742,8 +742,8 @@
742742
<!-- Grab grid guide width -->
743743
<comment userInput="Grab grid guide width" stepKey="context0"/>
744744
<executeJS function="return document.querySelector('{{ColumnOnBackend.columnResizeGridLine('4')}}').clientWidth" stepKey="guideWidth"/>
745-
<!-- Change Columns To 2:2:2 Ratio -->
746-
<comment userInput="Change Columns To 2:2:2 Ratio" stepKey="context1"/>
745+
<!-- Change Columns To 1:1:1 Ratio -->
746+
<comment userInput="Change Columns To 1:1:1 Ratio" stepKey="context1"/>
747747
<actionGroup ref="dragContentTypeToContainer" stepKey="dragColumnIntoStage2">
748748
<argument name="contentType" value="PageBuilderColumnContentType"/>
749749
<argument name="containerTargetType" value="PageBuilderColumnContentType"/>

0 commit comments

Comments
 (0)