Skip to content

Commit 6e47ef3

Browse files
authored
Merge pull request #6948 from magento-trigger/AC-252
[TRIGER] AC-252
2 parents bf4cdad + ed17d61 commit 6e47ef3

File tree

66 files changed

+240
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+240
-621
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryBasicFieldSection/CatalogWYSIWYGSection.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/AttributePropertiesSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<element name="Save" type="button" selector="#save" timeout="30"/>
2020
<element name="DeleteAttribute" type="button" selector="#delete" timeout="30"/>
2121
<element name="SaveAndEdit" type="button" selector="#save_and_edit_button" timeout="30"/>
22-
<element name="TinyMCE4" type="button" selector="//span[text()='Default Value']/parent::label/following-sibling::div//*[contains(@class,'mce-branding')]"/>
2322
<element name="checkIfTabOpen" selector="//div[@id='advanced_fieldset-wrapper' and not(contains(@class,'opened'))]" type="button"/>
2423
<element name="useInLayeredNavigation" type="select" selector="#is_filterable"/>
2524
<element name="addSwatch" type="button" selector="#add_new_swatch_text_option_button"/>

app/code/Magento/Catalog/Test/Mftf/Section/AdminCreateProductAttributeSection/WYSIWYGProductAttributeSection.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductAttributeWYSIWYGSection.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductDescriptionWYSIWYGToolbarSection.xml

Lines changed: 0 additions & 49 deletions
This file was deleted.

app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductDescriptionWysiwygSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1010
<section name="ProductDescriptionWysiwygSection">
11-
<element name="EditArea" type="text" selector="#editorproduct_form_description .mce-edit-area"/>
11+
<element name="form" type="block" selector="#editorproduct_form_description"/>
1212
<element name="attributeEditArea" type="textarea" selector="#product_form_{{attributeCode}}" parameterized="true" timeout="30"/>
1313
</section>
1414
</sections>

app/code/Magento/Catalog/Test/Mftf/Section/AdminProductFormSection/ProductShortDescriptionWYSIWYGToolbarSection.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)