File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
app/code/Magento/Cms/Test/Mftf/Test Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 42
42
<actionGroup ref =" SaveAndCloseCMSBlockWithSplitButtonActionGroup" stepKey =" saveAndCloseAction" />
43
43
<seeElement selector =" div[data-role='grid-wrapper']" stepKey =" seeGridPage" />
44
44
</test >
45
- </tests >
45
+ </tests >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
11
+ <test name =" AdminSaveAndCloseCmsBlockTest" >
12
+ <annotations >
13
+ <features value =" Cms" />
14
+ <stories value =" CMS Block Creation and Reset Removal" />
15
+ <title value =" Admin should be able to create a CMS block" />
16
+ <description value =" Admin should be able to create a CMS block using save and close" />
17
+ <severity value =" CRITICAL" />
18
+ <group value =" Cms" />
19
+ </annotations >
20
+ <before >
21
+ <actionGroup ref =" LoginActionGroup" stepKey =" loginGetFromGeneralFile" />
22
+ <actionGroup ref =" DisabledWYSIWYGActionGroup" stepKey =" disableWYSIWYG" />
23
+ </before >
24
+ <after >
25
+ <actionGroup ref =" deleteBlock" stepKey =" deleteCreatedBlock" >
26
+ <argument name =" Block" value =" _defaultBlock" />
27
+ </actionGroup >
28
+ <actionGroup ref =" logout" stepKey =" logout" />
29
+ </after >
30
+ <!-- Navigate to create cms block page and verify save split button -->
31
+ <actionGroup ref =" VerifyCmsBlockSaveSplitButtonActionGroup" stepKey =" verifyCmsBlockSaveSplitButton" />
32
+ <!-- Create new CMS Block page-->
33
+ <actionGroup ref =" FillOutBlockContent" stepKey =" FillOutBlockContent" />
34
+ <actionGroup ref =" SaveAndCloseCMSBlockWithSplitButtonActionGroup" stepKey =" saveCmsBlockContent" />
35
+ </test >
36
+ </tests >
You can’t perform that action at this time.
0 commit comments