File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11
11
<annotations >
12
12
<features value =" MAGETWO-36659-[CMS] WYSIWYG update" />
13
13
<stories value =" MAGETWO-42158-Variable with WYSIWYG" />
14
- <group value =" Cms " />
14
+ <group value =" kieu " />
15
15
<title value =" Admin should be able to add variable to WYSIWYG content of Block" />
16
16
<description value =" You should be able to add variable to WYSIWYG content Block" />
17
17
<testCaseId value =" MAGETWO-84378" />
128
128
<!-- see custom variable blank-->
129
129
<dontSee userInput =" {{customVariable.html}}" stepKey =" dontSeeCustomVariableName" />
130
130
<after >
131
+ <amOnPage url =" {{CmsPagesPage.url}}" stepKey =" amOnEditPage" />
132
+ <waitForPageLoad stepKey =" waitForPageLoad2" />
133
+ <conditionalClick selector =" {{BlockPageActionsSection.clearAll}}" dependentSelector =" {{BlockPageActionsSection.activeFilters}}" stepKey =" clickToResetFilter" visible =" true" />
134
+ <waitForPageLoad stepKey =" waitForGridReload" />
131
135
<deleteData createDataKey =" createCMSPage" stepKey =" deletePreReqCMSPage" />
132
136
<actionGroup ref =" DisabledWYSIWYG" stepKey =" disableWYSIWYG" />
133
137
<actionGroup ref =" logout" stepKey =" logout" />
Original file line number Diff line number Diff line change 82
82
<waitForPageLoad stepKey =" waitForPageLoad7" />
83
83
<see userInput =" Home page" stepKey =" seeHomePageCMSPage" />
84
84
<after >
85
+ <amOnPage url =" {{CmsPagesPage.url}}" stepKey =" amOnEditPage" />
86
+ <waitForPageLoad stepKey =" waitForPageLoad2" />
87
+ <conditionalClick selector =" {{BlockPageActionsSection.clearAll}}" dependentSelector =" {{BlockPageActionsSection.activeFilters}}" stepKey =" clickToResetFilter" visible =" true" />
88
+ <waitForPageLoad stepKey =" waitForGridReload" />
85
89
<deleteData createDataKey =" createCMSPage" stepKey =" deletePreReqCMSPage" />
86
90
<actionGroup ref =" DisabledWYSIWYG" stepKey =" disableWYSIWYG" />
87
91
<actionGroup ref =" logout" stepKey =" logout" />
Original file line number Diff line number Diff line change 82
82
<!-- see content of Block on Storefront-->
83
83
<see userInput =" Hello Block Page!" stepKey =" seeContent" />
84
84
<after >
85
+ <amOnPage url =" {{CmsPagesPage.url}}" stepKey =" amOnEditPage" />
86
+ <waitForPageLoad stepKey =" waitForPageLoad" />
87
+ <conditionalClick selector =" {{CmsPagesPageActionsSection.clearAll}}" dependentSelector =" {{CmsPagesPageActionsSection.activeFilters}}" stepKey =" clickToResetFilter" visible =" true" />
88
+ <waitForPageLoad stepKey =" waitForGridReload" />
85
89
<deleteData createDataKey =" createPreReqCMSPage" stepKey =" deletePreReqCMSPage" />
86
90
<actionGroup ref =" DisabledWYSIWYG" stepKey =" disableWYSIWYG" />
87
91
<actionGroup ref =" logout" stepKey =" logout" />
You can’t perform that action at this time.
0 commit comments