Skip to content

Commit

Permalink
Merge pull request #6948 from magento-trigger/AC-252
Browse files Browse the repository at this point in the history
[TRIGER] AC-252
  • Loading branch information
fascinosum authored Jul 13, 2021
2 parents bf4cdad + ed17d61 commit 6e47ef3
Show file tree
Hide file tree
Showing 66 changed files with 240 additions and 621 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<element name="Save" type="button" selector="#save" timeout="30"/>
<element name="DeleteAttribute" type="button" selector="#delete" timeout="30"/>
<element name="SaveAndEdit" type="button" selector="#save_and_edit_button" timeout="30"/>
<element name="TinyMCE4" type="button" selector="//span[text()='Default Value']/parent::label/following-sibling::div//*[contains(@class,'mce-branding')]"/>
<element name="checkIfTabOpen" selector="//div[@id='advanced_fieldset-wrapper' and not(contains(@class,'opened'))]" type="button"/>
<element name="useInLayeredNavigation" type="select" selector="#is_filterable"/>
<element name="addSwatch" type="button" selector="#add_new_swatch_text_option_button"/>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="ProductDescriptionWysiwygSection">
<element name="EditArea" type="text" selector="#editorproduct_form_description .mce-edit-area"/>
<element name="form" type="block" selector="#editorproduct_form_description"/>
<element name="attributeEditArea" type="textarea" selector="#product_form_{{attributeCode}}" parameterized="true" timeout="30"/>
</section>
</sections>

This file was deleted.

Loading

0 comments on commit 6e47ef3

Please sign in to comment.