Skip to content

Commit 31f9261

Browse files
committed
MAGETWO-92115: Jenkins - Fix SlideWithDefaultMinHeightAdjustsToContentHeight
- Removing enable/disable wysiwyg/pagebuilder before after steps
1 parent b731652 commit 31f9261

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,10 @@
241241
</annotations>
242242
<before>
243243
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
244-
<actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
245-
<actionGroup ref="enablePageBuilderSetting" stepKey="enablePageBuilderSetting"/>
246244
<actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
247245
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
248246
</before>
249247
<after>
250-
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
251248
<actionGroup ref="logout" stepKey="logout"/>
252249
</after>
253250
<!-- Add 2nd Row and Heading-->
@@ -454,13 +451,10 @@
454451
</annotations>
455452
<before>
456453
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
457-
<actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
458-
<actionGroup ref="enablePageBuilderSetting" stepKey="enablePageBuilderSetting"/>
459454
<actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
460455
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
461456
</before>
462457
<after>
463-
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
464458
<actionGroup ref="logout" stepKey="logout"/>
465459
</after>
466460
<!-- Add Heading -->
@@ -510,13 +504,10 @@
510504
</annotations>
511505
<before>
512506
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
513-
<actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
514-
<actionGroup ref="enablePageBuilderSetting" stepKey="enablePageBuilderSetting"/>
515507
<actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
516508
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
517509
</before>
518510
<after>
519-
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
520511
<actionGroup ref="logout" stepKey="logout"/>
521512
</after>
522513
<!-- Add Heading -->

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,10 @@
359359
</annotations>
360360
<before>
361361
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
362-
<actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
363-
<actionGroup ref="enablePageBuilderSetting" stepKey="turnOnPageBuilder" after="enableWYSIWYG"/>
364362
<actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
365363
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
366364
</before>
367365
<after>
368-
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
369366
<actionGroup ref="logout" stepKey="logout"/>
370367
</after>
371368
<actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle">
@@ -408,13 +405,10 @@
408405
</annotations>
409406
<before>
410407
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
411-
<actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
412-
<actionGroup ref="enablePageBuilderSetting" stepKey="turnOnPageBuilder" after="enableWYSIWYG"/>
413408
<actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
414409
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
415410
</before>
416411
<after>
417-
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
418412
<actionGroup ref="logout" stepKey="logout"/>
419413
</after>
420414
<actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle">
@@ -477,13 +471,10 @@
477471
</annotations>
478472
<before>
479473
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
480-
<actionGroup ref="EnabledWYSIWYG" stepKey="enableWYSIWYG"/>
481-
<actionGroup ref="enablePageBuilderSetting" stepKey="turnOnPageBuilder" after="enableWYSIWYG"/>
482474
<actionGroup ref="navigateToAPageWithPageBuilder" stepKey="navigateToAPageWithPageBuilder"/>
483475
<actionGroup ref="switchToPageBuilderStage" stepKey="switchToPageBuilderStage"/>
484476
</before>
485477
<after>
486-
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
487478
<actionGroup ref="logout" stepKey="logout"/>
488479
</after>
489480
<actionGroup ref="addPageBuilderPageTitle" stepKey="enterPageTitle">

0 commit comments

Comments
 (0)