Skip to content

Commit d7ad0d2

Browse files
committed
MAGETWO-87482: Build stabilization
1 parent 3edc3bc commit d7ad0d2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Page/CmsBlocksPage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminAddImageToWYSIWYGBlockCest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminAddVariableToWYSIWYGBlockCest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/AdminAddWidgetToWYSIWYGBlockCest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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"/>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/Test/VerifyTinyMCEv4IsNativeWYSIWYGOnBlockCest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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"/>

0 commit comments

Comments
 (0)