File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd" >
11
- <page name =" CmsBlocksPage" url =" cms/block/new " area =" admin" module =" Magento_Block" >
11
+ <page name =" CmsBlocksPage" url =" cms/block" area =" admin" module =" Magento_Block" >
12
12
<section name =" BlockPageActionsSection" />
13
13
</page >
14
14
</pages >
Original file line number Diff line number Diff line change 23
23
<actionGroup ref =" EnabledWYSIWYG" stepKey =" enableWYSIWYG" />
24
24
<actionGroup ref =" SwitchToVersion4ActionGroup" stepKey =" switchToTinyMCE4" />
25
25
</before >
26
- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
26
+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
27
27
<waitForPageLoad stepKey =" waitForPageLoad1" />
28
28
<fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle1" />
29
29
<fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
Original file line number Diff line number Diff line change 32
32
<fillField selector =" {{StoreConfigSection.City}}" userInput =" {{_defaultVariable.city}}" stepKey =" fillCity" />
33
33
<click selector =" {{StoreConfigSection.Save}}" stepKey =" saveConfig" />
34
34
<!-- Main test-->
35
- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
35
+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
36
36
<waitForPageLoad stepKey =" waitForPageLoad2" />
37
37
<fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle1" />
38
38
<fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
Original file line number Diff line number Diff line change 24
24
<actionGroup ref =" EnabledWYSIWYG" stepKey =" enableWYSIWYG" />
25
25
<actionGroup ref =" SwitchToVersion4ActionGroup" stepKey =" switchToTinyMCE4" />
26
26
</before >
27
- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
27
+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
28
28
<waitForPageLoad stepKey =" waitForPageLoad1" />
29
29
<fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle" />
30
30
<fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
Original file line number Diff line number Diff line change 24
24
<actionGroup ref =" EnabledWYSIWYG" stepKey =" enableWYSIWYG" />
25
25
<actionGroup ref =" SwitchToVersion4ActionGroup" stepKey =" switchToTinyMCE4" />
26
26
</before >
27
- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
27
+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
28
28
<waitForPageLoad stepKey =" waitForPageLoad1" />
29
29
<fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle" />
30
30
<fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
You can’t perform that action at this time.
0 commit comments