Skip to content

Commit 120d355

Browse files
committed
PB-500 add step key to preserve BIC
1 parent ec2123a commit 120d355

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnGridTest/ValidateResizeHistoryTest.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,19 @@
5353
<expectedResult type="variable">columnTwoWidthGrid13</expectedResult>
5454
<actualResult type="variable">columnOneWidthGrid13</actualResult>
5555
</assertGreaterThan>
56+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="resetGridSizeTo12"/>
57+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="pressKeyEnter"/>
58+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForUpdate"/>
5659
<actionGroup ref="updateGridSizeInForm" stepKey="updateGridSizeTo12">
5760
<argument name="gridSize" value="12"/>
5861
</actionGroup>
5962
<actionGroup ref="saveEditPanelSettings" stepKey="saveEditPanelSettingsForGridSize12"/>
6063
<executeJS function="return parseInt(document.querySelector('{{ColumnOnBackend.columnX('1')}}').clientWidth / 10, 10) * 10;" stepKey="columnOneWidthGrid12Restored"/>
6164
<executeJS function="return parseInt(document.querySelector('{{ColumnOnBackend.columnX('2')}}').clientWidth / 10, 10) * 10;" stepKey="columnTwoWidthGrid12Restored"/>
65+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="commentValidateColumnsEqual"/>
66+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="assertColumnsAreEqualAgain"/>
67+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="assertColumn1IsRestored"/>
68+
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="assertColumn2IsRestored"/>
6269
<!-- Validate columns are now 7/12 and 5/12 - see PB-1194 -->
6370
<comment userInput="Validate columns are restored back" stepKey="commentValidateColumnsRestored"/>
6471
<seeNumberOfElements selector="{{ColumnOnBackend.allColumns}}" userInput="2" stepKey="seeNumberOfColumns2"/>

0 commit comments

Comments
 (0)