Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 0343d60

Browse files
committed
MAGETWO-87243: Unskip failing MFTF tests for WYSIWYG
1 parent 3fcd37c commit 0343d60

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/actionGroupSchema.xsd">
10+
<actionGroup name="searchBlockOnGridPage">
11+
<arguments>
12+
<argument name="Block" defaultValue=""/>
13+
</arguments>
14+
<fillField selector="//input[@name='chooser_identifier']" userInput="{{Block.identifier}}" stepKey="fillEntityIdentifier"/>
15+
<click selector="//div[@class='modal-inner-wrap']//button[@title='Search']" stepKey="clickSearchBtn" />
16+
<waitForLoadingMaskToDisappear stepKey="waitForSecondIdSortDescendingToFinish2" />
17+
<waitForElementVisible selector="{{WidgetSection.BlockPage(Block.identifier)}}" stepKey="waitForBlockTitle" />
18+
</actionGroup>
19+
</actionGroups>

0 commit comments

Comments
 (0)