|
1 | 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 | | - */ |
| 2 | +<!-- |
| 3 | +/** |
| 4 | + * Copyright 2025 Adobe |
| 5 | + * All Rights Reserved. |
| 6 | + */ |
7 | 7 | --> |
8 | 8 | <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> |
9 | 9 | <test name="TextVerifyTinyMCEToolbarOnPageBuilderStageTest"> |
|
17 | 17 | <testCaseId value="MC-3463"/> |
18 | 18 | <group value="pagebuilder"/> |
19 | 19 | <group value="pagebuilder-text"/> |
20 | | - <group value="pr_exclude"/> |
21 | 20 | </annotations> |
22 | 21 | <before> |
23 | 22 | <createData entity="_defaultCmsPage" stepKey="createCMSPage"/> |
|
48 | 47 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.undo}}" stepKey="seeUndo"/> |
49 | 48 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.redo}}" stepKey="seeRedo"/> |
50 | 49 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.fontSize}}" stepKey="seeFontsize"/> |
51 | | - |
52 | 50 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.lineHeight}}" stepKey="seeLineHeight"/> |
53 | 51 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.textColor}}" stepKey="seeTextColor"/> |
54 | 52 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.backgroundColor}}" stepKey="seeBackgroundColor"/> |
55 | 53 | <!--Verify FontSize--> |
56 | | - <comment userInput="Verify FontSize" stepKey="commentVerifyFontSize"/> |
57 | | - <comment userInput="BIC Workaround" stepKey="clickOnFontSize"/> |
58 | | - |
59 | 54 | <click selector="{{WYSIWYGOnPageBuilderInline.fontSizeMinus}}" stepKey="clickOnFontSizeMinus"/> |
60 | | - |
61 | 55 | <waitForElementVisible stepKey="see13px" selector="{{WYSIWYGOnPageBuilderInline.fontSizeValue('font-size: 13px')}}"/> |
62 | 56 | <click selector="{{WYSIWYGOnPageBuilderInline.fontSizeMinus}}" stepKey="clickOnFontSizeMinusAgain"/> |
63 | 57 | <waitForElementVisible stepKey="see12px" selector="//*[@data-mce-style and contains(@style, 'font-size: 12px')]" /> |
64 | | - <comment userInput="BIC Workaround" stepKey="see10px"/> |
65 | | - <comment userInput="BIC Workaround" stepKey="see14px"/> |
66 | | - <comment userInput="BIC Workaround" stepKey="see16px"/> |
67 | | - <comment userInput="BIC Workaround" stepKey="see18px"/> |
68 | | - <comment userInput="BIC Workaround" stepKey="see20px"/> |
69 | | - <comment userInput="BIC Workaround" stepKey="see24px"/> |
70 | | - <comment userInput="BIC Workaround" stepKey="see26px"/> |
71 | | - <comment userInput="BIC Workaround" stepKey="see28px"/> |
72 | | - <comment userInput="BIC Workaround" stepKey="see32px"/> |
73 | | - <comment userInput="BIC Workaround" stepKey="see34px"/> |
74 | | - <comment userInput="BIC Workaround" stepKey="see36px"/> |
75 | | - <comment userInput="BIC Workaround" stepKey="see38px"/> |
76 | | - <comment userInput="BIC Workaround" stepKey="see40px"/> |
77 | | - <comment userInput="BIC Workaround" stepKey="see42px"/> |
78 | | - <comment userInput="BIC Workaround" stepKey="see48px"/> |
79 | | - <comment userInput="BIC Workaround" stepKey="see52px"/> |
80 | | - <comment userInput="BIC Workaround" stepKey="see56px"/> |
81 | | - <comment userInput="BIC Workaround" stepKey="see64px"/> |
82 | | - <comment userInput="BIC Workaround" stepKey="see72px"/> |
83 | 58 | <click selector="{{WYSIWYGOnPageBuilderInline.fontSizePlus}}" stepKey="clickOnFontSizePlus"/> |
84 | 59 | <waitForElementVisible stepKey="see13pxAfterPlus" selector="//*[@data-mce-style and contains(@style, 'font-size: 13px')]" /> |
85 | 60 | <click selector="{{WYSIWYGOnPageBuilderInline.fontSizePlus}}" stepKey="clickOnFontSizePlusOne"/> |
|
92 | 67 | <waitForElementVisible stepKey="see17pxAfterPlus" selector="//*[@data-mce-style and contains(@style, 'font-size: 17px')]" /> |
93 | 68 | <click selector="{{WYSIWYGOnPageBuilderInline.fontSizePlus}}" stepKey="clickOnFontSizePlusFive"/> |
94 | 69 | <waitForElementVisible stepKey="see18pxAfterPlus" selector="//*[@data-mce-style and contains(@style, 'font-size: 18px')]" /> |
95 | | - |
96 | 70 | <!--Verify LineHeight--> |
| 71 | + <comment userInput="Verify LineHeight" stepKey="commentVerifyLineHeight"/> |
97 | 72 | <click selector="{{WYSIWYGOnPageBuilderInline.lineHeight}}" stepKey="clickOnLineHeight"/> |
98 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight10px"/> |
99 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight12px"/> |
100 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight14px"/> |
101 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight16px"/> |
102 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight18px"/> |
103 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight20px"/> |
104 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight24px"/> |
105 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight26px"/> |
106 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight28px"/> |
107 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight32px"/> |
108 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight34px"/> |
109 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight36px"/> |
110 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight38px"/> |
111 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight40px"/> |
112 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight42px"/> |
113 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight48px"/> |
114 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight52px"/> |
115 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight56px"/> |
116 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight64px"/> |
117 | | - <comment userInput="BIC Workaround" stepKey="seeLineHeight72px"/> |
118 | 73 | <waitForText userInput="1.1" stepKey="seeValue1"/> |
119 | 74 | <waitForText userInput="1.2" stepKey="seeValue2"/> |
120 | 75 | <waitForText userInput="1.3" stepKey="seeValue3"/> |
|
0 commit comments