Skip to content

Commit 9a4fead

Browse files
committed
AC-246: Update MFTF tests
Added seclector for Style icon in PB
1 parent 94e55da commit 9a4fead

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
10+
<section name="TinyMCESection">
11+
<element name="Style" type="button" selector="button[title='Formats']"/>
12+
</section>
13+
</sections>

0 commit comments

Comments
 (0)