|
112 | 112 | </actionGroup>
|
113 | 113 |
|
114 | 114 | <!-- Initialize TinyMCE Table Toolbar & Verify All Table Toolbar Menu Items are Visible -->
|
115 |
| - <clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="clickOnTextContentType"/> |
116 |
| - <waitForElementVisible selector="{{WYSIWYGOnPageBuilderInline.toolbar}}" stepKey="waitForTinyMCEToolbar"/> |
117 |
| - <comment userInput="Step key preserved for backwards compatibility" stepKey="clickAgainToOpenTableToolbar"/> |
118 |
| - <comment userInput="Step key preserved for backwards compatibility" stepKey="waitForTinyMCETableToolbar"/> |
| 115 | + <actionGroup ref="focusOnInlineTinyMCEEditor" stepKey="clickOnTextContentType"> |
| 116 | + <argument name="contentTypeXCoordinate" value="10"/> |
| 117 | + <argument name="contentTypeYCoordinate" value="10"/> |
| 118 | + </actionGroup> |
| 119 | + <comment userInput="Step key preserved for backwards compatibility" stepKey="waitForTinyMCEToolbar"/> |
| 120 | + <conditionalClick selector="{{TextOnStage.tinymce('1')}}" dependentSelector="{{WYSIWYGOnPageBuilderInline.tableToolbar}}" visible="false" stepKey="clickAgainToOpenTableToolbar"/> |
| 121 | + <waitForPageLoad stepKey="waitForTinyMCETableToolbar"/> |
119 | 122 | <waitForElementVisible selector="{{WYSIWYGOnPageBuilderInline.tableToolbar}}" stepKey="seeTableToolbar2"/>
|
120 | 123 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.tableProperties}}" stepKey="seeTableProperties2"/>
|
121 | 124 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.deleteTable}}" stepKey="seeDeleteTable2"/>
|
|
171 | 174 | </actionGroup>
|
172 | 175 |
|
173 | 176 | <!-- Initialize TinyMCE Table Toolbar & Verify All Table Toolbar Menu Items are Visible Again -->
|
174 |
| - <clickWithLeftButton x="10" y="10" selector="{{TextOnStage.tinymce('1')}}" stepKey="clickOnTextContentType2"/> |
175 |
| - <waitForElementVisible selector="{{WYSIWYGOnPageBuilderInline.toolbar}}" stepKey="waitForTinymceToolbar2"/> |
176 |
| - <comment userInput="Step key preserved for backwards compatibility" stepKey="clickAgainToOpenTableToolbar2"/> |
177 |
| - <comment userInput="Step key preserved for backwards compatibility" stepKey="waitForTinymceTableToolbar2"/> |
| 177 | + <actionGroup ref="focusOnInlineTinyMCEEditor" stepKey="clickOnTextContentType2"> |
| 178 | + <argument name="contentTypeXCoordinate" value="10"/> |
| 179 | + <argument name="contentTypeYCoordinate" value="10"/> |
| 180 | + </actionGroup> |
| 181 | + <comment userInput="Step key preserved for backwards compatibility" stepKey="waitForTinymceToolbar2"/> |
| 182 | + <conditionalClick selector="{{TextOnStage.tinymce('1')}}" dependentSelector="{{WYSIWYGOnPageBuilderInline.tableToolbar}}" visible="false" stepKey="clickAgainToOpenTableToolbar2"/> |
| 183 | + <waitForPageLoad stepKey="waitForTinymceTableToolbar2"/> |
178 | 184 | <waitForElementVisible selector="{{WYSIWYGOnPageBuilderInline.tableToolbar}}" stepKey="seeTableToolbar3"/>
|
179 | 185 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.tableProperties}}" stepKey="seeTableProperties3"/>
|
180 | 186 | <seeElement selector="{{WYSIWYGOnPageBuilderInline.deleteTable}}" stepKey="seeDeleteTable3"/>
|
|
0 commit comments