Skip to content

Commit dcff423

Browse files
committed
MAGETWO-88405: Stabilization of Code
- Adding disable wysiwyg to test setup for tests that depend on that configuration
1 parent ee271d3 commit dcff423

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminCreateCmsBlockTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</annotations>
2121
<before>
2222
<actionGroup ref="LoginActionGroup" stepKey="loginGetFromGeneralFile"/>
23+
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
2324
</before>
2425
<after>
2526
<actionGroup ref="logout" stepKey="logout"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminCreateCmsPageTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
</annotations>
9191
<before>
9292
<actionGroup ref="LoginActionGroup" stepKey="loginGetFromGeneralFile"/>
93+
<actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
9394
</before>
9495
<after>
9596
<actionGroup ref="logout" stepKey="logout"/>

0 commit comments

Comments
 (0)