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 88
99<pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 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" >
1212 <section name =" BlockPageActionsSection" />
1313 </page >
1414</pages >
Original file line number Diff line number Diff line change 2323 <actionGroup ref =" EnabledWYSIWYG" stepKey =" enableWYSIWYG" />
2424 <actionGroup ref =" SwitchToVersion4ActionGroup" stepKey =" switchToTinyMCE4" />
2525 </before >
26- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
26+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
2727 <waitForPageLoad stepKey =" waitForPageLoad1" />
2828 <fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle1" />
2929 <fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
Original file line number Diff line number Diff line change 3232 <fillField selector =" {{StoreConfigSection.City}}" userInput =" {{_defaultVariable.city}}" stepKey =" fillCity" />
3333 <click selector =" {{StoreConfigSection.Save}}" stepKey =" saveConfig" />
3434 <!-- Main test-->
35- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
35+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
3636 <waitForPageLoad stepKey =" waitForPageLoad2" />
3737 <fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle1" />
3838 <fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
Original file line number Diff line number Diff line change 2424 <actionGroup ref =" EnabledWYSIWYG" stepKey =" enableWYSIWYG" />
2525 <actionGroup ref =" SwitchToVersion4ActionGroup" stepKey =" switchToTinyMCE4" />
2626 </before >
27- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
27+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
2828 <waitForPageLoad stepKey =" waitForPageLoad1" />
2929 <fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle" />
3030 <fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
Original file line number Diff line number Diff line change 2424 <actionGroup ref =" EnabledWYSIWYG" stepKey =" enableWYSIWYG" />
2525 <actionGroup ref =" SwitchToVersion4ActionGroup" stepKey =" switchToTinyMCE4" />
2626 </before >
27- <amOnPage url =" {{CmsBlocksPage .url}}" stepKey =" amOnNewBlockPage" />
27+ <amOnPage url =" {{CmsNewBlock .url}}" stepKey =" amOnNewBlockPage" />
2828 <waitForPageLoad stepKey =" waitForPageLoad1" />
2929 <fillField selector =" {{BlockNewPageBasicFieldsSection.blockTitle}}" userInput =" {{_defaultBlock.title}}" stepKey =" fillFieldTitle" />
3030 <fillField selector =" {{BlockNewPageBasicFieldsSection.identifier}}" userInput =" {{_defaultBlock.identifier}}" stepKey =" fillFieldIdentifier" />
You can’t perform that action at this time.
0 commit comments