We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ec6ed commit 6e50041Copy full SHA for 6e50041
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminCreateCmsPageTest.xml
@@ -18,10 +18,13 @@
18
<testCaseId value="MAGETWO-25580"/>
19
<group value="Cms"/>
20
</annotations>
21
+ <before>
22
+ <actionGroup ref="LoginActionGroup" stepKey="loginGetFromGeneralFile"/>
23
+ <actionGroup ref="DisabledWYSIWYG" stepKey="disableWYSIWYG"/>
24
+ </before>
25
<after>
26
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
27
</after>
- <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin1"/>
28
<amOnPage url="{{CmsPagesPage.url}}" stepKey="amOnPagePagesGrid"/>
29
<waitForPageLoad stepKey="waitForPageLoad1"/>
30
<click selector="{{CmsPagesPageActionsSection.addNewPage}}" stepKey="clickAddNewPage"/>
0 commit comments