Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
- <section name="AdminGridMainControls">
- <element name="add" type="button" selector="#add" timeout="30"/>
- <element name="back" type="button" selector="#back" timeout="30"/>
- <element name="reset" type="button" selector="#reset" timeout="30"/>
- <element name="save" type="button" selector="#save-button" timeout="30"/>
- <element name="saveAndContinue" type="button" selector="#save-button" timeout="30"/>
- <element name="saveArrow" type="button" selector="button[data-ui-id='save-button-dropdown']" timeout="5"/>
- <element name="saveAndClose" type="button" selector="span[title='Save & Close']" timeout="30"/>
- <element name="saveAndNew" type="button" selector="span[title='Save & New']" timeout="30"/>
- </section>
- </sections>
|