Skip to content

Commit 79ef09e

Browse files
committed
AC-252: Refactor core MFTF TinyMCE Section
-CR fixes
1 parent 0addda2 commit 79ef09e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCatalogProductPageBuilderTest/PageBuilderCatalogProductCanDownGradePageBuilderProductAttributeToTextEditorTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
<actionGroup ref="SortByIdDescendingActionGroup" stepKey="sortByIdDescending"/>
6868
<click selector="{{AdminProductGridActionSection.productName(SimpleProduct.name)}}" stepKey="navigateToEditProduct"/>
6969
<waitForPageLoad stepKey="waitForPageLoad9"/>
70-
<seeElement selector="{{AdminProductFormSection.divByDataIndex($$myProductAttributeCreation.attribute_code$$)}} {{TinyMCESection.TinyMCE}}" stepKey="seeTinyMCE4Attribute"/>
70+
<seeElement selector="{{AdminProductFormSection.divByDataIndex($$myProductAttributeCreation.attribute_code$$)}} {{TinyMCESection.TinyMCE}}" stepKey="seeTinyMCEAttribute"/>
7171
</test>
7272
</tests>

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderReadNonMasterFormatTest/ReadHtmlWithNewImageTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<waitForElementVisible selector="{{CmsNewPagePageActionsSection.pageTitle}}" stepKey="waitForPageBuilderDisplay"/>
4646
<fillField selector="{{CmsNewPagePageActionsSection.pageTitle}}" userInput="{{PageBuilderPageTitle.pageName}}" stepKey="enterPageTitle"/>
4747
<click selector="{{CmsNewPagePageContentSection.header}}" stepKey="clickExpandContent"/>
48-
<waitForElementVisible selector="{{TinyMCESection.TinyMCE}}" stepKey="waitForTinyMCE4"/>
48+
<waitForElementVisible selector="{{TinyMCESection.TinyMCE}}" stepKey="waitForTinyMCE"/>
4949
<click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickInsertImageIcon"/>
5050
<waitForPageLoad stepKey="waitForPageLoad1"/>
5151
<click selector="{{MediaGallerySection.Browse}}" stepKey="clickBrowse"/>

0 commit comments

Comments
 (0)