This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Cms/ActionGroup Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments