|
121 | 121 | <element name="InsertImageIcon" type="button" selector="//div[contains(@id, '{{var1}}')]//i[@class='mce-ico mce-i-image']" parameterized="true"/>
|
122 | 122 | <element name="InsertTable" type="button" selector="//div[contains(@id, '{{var1}}')]//i[@class='mce-ico mce-i-table']" parameterized="true"/>
|
123 | 123 | <element name="SpecialCharacter" type="button" selector="//div[contains(@id, '{{var1}}')]//i[@class='mce-ico mce-i-charmap']" parameterized="true"/>
|
124 |
| - <element name="TinyMCE4" type="text" selector="//div[contains(@id, '{{var1}}')]//div[@class='mce-branding']" parameterized="true"/> |
| 124 | + <element name="TinyMCE4" type="text" selector="//div[contains(@id, '{{var1}}')]//*[contains(@class,'mce-branding')]" parameterized="true"/> |
125 | 125 | </section>
|
126 | 126 | <section name="ProductDescriptionWYSIWYGToolbarSection">
|
127 |
| - <element name="TinyMCE4" type ="button" selector="//div[@id='editorproduct_form_description']//div[@class='mce-branding']" /> |
| 127 | + <element name="TinyMCE4" type ="button" selector="//div[@id='editorproduct_form_description']//*[contains(@class,'mce-branding')]" /> |
128 | 128 | <element name="showHideBtn" type="button" selector="#toggleproduct_form_description"/>
|
129 | 129 | <element name="InsertImageBtn" type="button" selector="#buttonsproduct_form_description > .scalable.action-add-image.plugin" />
|
130 | 130 | <element name="Style" type="button" selector="//div[@id='editorproduct_form_description']//span[text()='Paragraph']" />
|
|
162 | 162 | <element name="confirmDelete" type="button" selector=".action-primary.action-accept" />
|
163 | 163 | </section>
|
164 | 164 | <section name="ProductShortDescriptionWYSIWYGToolbarSection">
|
165 |
| - <element name="TinyMCE4" type ="button" selector="//div[@id='editorproduct_form_short_description']//div[@class='mce-branding']" /> |
| 165 | + <element name="TinyMCE4" type ="button" selector="//div[@id='editorproduct_form_short_description']//*[contains(@class,'mce-branding')]" /> |
166 | 166 | <element name="InsertImageBtn" type="button" selector="#buttonsproduct_form_short_description > .scalable.action-add-image.plugin" />
|
167 | 167 | <element name="showHideBtn" type="button" selector="#toggleproduct_form_short_description"/>
|
168 | 168 | <element name="Style" type="button" selector="//div[@id='editorproduct_form_short_description']//span[text()='Paragraph']" />
|
|
0 commit comments