File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderColumnGridTest Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 53
53
<expectedResult type =" variable" >columnTwoWidthGrid13</expectedResult >
54
54
<actualResult type =" variable" >columnOneWidthGrid13</actualResult >
55
55
</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" />
56
59
<actionGroup ref =" updateGridSizeInForm" stepKey =" updateGridSizeTo12" >
57
60
<argument name =" gridSize" value =" 12" />
58
61
</actionGroup >
59
62
<actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettingsForGridSize12" />
60
63
<executeJS function =" return parseInt(document.querySelector('{{ColumnOnBackend.columnX('1')}}').clientWidth / 10, 10) * 10;" stepKey =" columnOneWidthGrid12Restored" />
61
64
<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" />
62
69
<!-- Validate columns are now 7/12 and 5/12 - see PB-1194 -->
63
70
<comment userInput =" Validate columns are restored back" stepKey =" commentValidateColumnsRestored" />
64
71
<seeNumberOfElements selector =" {{ColumnOnBackend.allColumns}}" userInput =" 2" stepKey =" seeNumberOfColumns2" />
You can’t perform that action at this time.
0 commit comments