-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from magento-firedrakes/config2
[Firedrakes] MTF Page and Constraint Configuration
- Loading branch information
Showing
437 changed files
with
9,687 additions
and
11,729 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
24 changes: 8 additions & 16 deletions
24
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/AdminCache.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="admin/cache/" module="Magento_Backend"> | ||
<blocks> | ||
<messagesBlock> | ||
<class>Magento\Core\Test\Block\Messages</class> | ||
<locator>#messages .messages</locator> | ||
<strategy>css selector</strategy> | ||
</messagesBlock> | ||
<actionsBlock> | ||
<class>Magento\Backend\Test\Block\Cache</class> | ||
<locator>div.page-actions</locator> | ||
<strategy>css selector</strategy> | ||
</actionsBlock> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="AdminCache" area="Adminhtml" mca="admin/cache/" module="Magento_Backend"> | ||
<block name="messagesBlock" class="Magento\Core\Test\Block\Messages" locator="#messages .messages" strategy="css selector"/> | ||
<block name="actionsBlock" class="Magento\Backend\Test\Block\Cache" locator="div.page-actions" strategy="css selector"/> | ||
</page> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 8 additions & 16 deletions
24
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/DeleteGroup.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="system_store/deleteGroup" module="Magento_Backend"> | ||
<blocks> | ||
<deleteGroupForm> | ||
<class>Magento\Backend\Test\Block\System\Store\Delete\Form</class> | ||
<locator>#edit_form</locator> | ||
<strategy>css selector</strategy> | ||
</deleteGroupForm> | ||
<formPageActions> | ||
<class>Magento\Backend\Test\Block\System\Store\FormPageActions</class> | ||
<locator>.page-main-actions</locator> | ||
<strategy>css selector</strategy> | ||
</formPageActions> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="DeleteGroup" area="Adminhtml" mca="system_store/deleteGroup" module="Magento_Backend"> | ||
<block name="deleteGroupForm" class="Magento\Backend\Test\Block\System\Store\Delete\Form" locator="#edit_form" strategy="css selector"/> | ||
<block name="formPageActions" class="Magento\Backend\Test\Block\System\Store\FormPageActions" locator=".page-main-actions" strategy="css selector"/> | ||
</page> | ||
</config> |
24 changes: 8 additions & 16 deletions
24
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/DeleteWebsite.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="system_store/deleteWebsite" module="Magento_Backend"> | ||
<blocks> | ||
<deleteWebsiteForm> | ||
<class>Magento\Backend\Test\Block\System\Store\Delete\Form</class> | ||
<locator>#edit_form</locator> | ||
<strategy>css selector</strategy> | ||
</deleteWebsiteForm> | ||
<formPageActions> | ||
<class>Magento\Backend\Test\Block\System\Store\FormPageActions</class> | ||
<locator>.page-main-actions</locator> | ||
<strategy>css selector</strategy> | ||
</formPageActions> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="DeleteWebsite" area="Adminhtml" mca="system_store/deleteWebsite" module="Magento_Backend"> | ||
<block name="deleteWebsiteForm" class="Magento\Backend\Test\Block\System\Store\Delete\Form" locator="#edit_form" strategy="css selector"/> | ||
<block name="formPageActions" class="Magento\Backend\Test\Block\System\Store\FormPageActions" locator=".page-main-actions" strategy="css selector"/> | ||
</page> | ||
</config> |
24 changes: 8 additions & 16 deletions
24
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/EditGroup.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="system_store/editGroup" module="Magento_Backend"> | ||
<blocks> | ||
<formPageActions> | ||
<class>Magento\Backend\Test\Block\System\Store\FormPageActions</class> | ||
<locator>.page-main-actions</locator> | ||
<strategy>css selector</strategy> | ||
</formPageActions> | ||
<editFormGroup> | ||
<class>Magento\Backend\Test\Block\System\Store\Edit\Form\GroupForm</class> | ||
<locator>#edit_form</locator> | ||
<strategy>css selector</strategy> | ||
</editFormGroup> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="EditGroup" area="Adminhtml" mca="system_store/editGroup" module="Magento_Backend"> | ||
<block name="formPageActions" class="Magento\Backend\Test\Block\System\Store\FormPageActions" locator=".page-main-actions" strategy="css selector"/> | ||
<block name="editFormGroup" class="Magento\Backend\Test\Block\System\Store\Edit\Form\GroupForm" locator="#edit_form" strategy="css selector"/> | ||
</page> | ||
</config> |
30 changes: 9 additions & 21 deletions
30
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/EditStore.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="admin/system_store/editStore" module="Magento_Backend"> | ||
<blocks> | ||
<formPageActions> | ||
<class>Magento\Backend\Test\Block\System\Store\FormPageActions</class> | ||
<locator>.page-main-actions</locator> | ||
<strategy>css selector</strategy> | ||
</formPageActions> | ||
<storeForm> | ||
<class>Magento\Backend\Test\Block\System\Store\Edit\Form\StoreForm</class> | ||
<locator>[id="page:main-container"]</locator> | ||
<strategy>css selector</strategy> | ||
</storeForm> | ||
<messagesBlock> | ||
<class>Magento\Core\Test\Block\Messages</class> | ||
<locator>#messages</locator> | ||
<strategy>css selector</strategy> | ||
</messagesBlock> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="EditStore" area="Adminhtml" mca="admin/system_store/editStore" module="Magento_Backend"> | ||
<block name="formPageActions" class="Magento\Backend\Test\Block\System\Store\FormPageActions" locator=".page-main-actions" strategy="css selector"/> | ||
<block name="storeForm" class="Magento\Backend\Test\Block\System\Store\Edit\Form\StoreForm" locator="[id='page:main-container']" strategy="css selector"/> | ||
<block name="messagesBlock" class="Magento\Core\Test\Block\Messages" locator="#messages" strategy="css selector"/> | ||
</page> | ||
</config> |
24 changes: 8 additions & 16 deletions
24
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/EditWebsite.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="system_store/editWebsite" module="Magento_Backend"> | ||
<blocks> | ||
<formPageActions> | ||
<class>Magento\Backend\Test\Block\System\Store\FormPageActions</class> | ||
<locator>.page-main-actions</locator> | ||
<strategy>css selector</strategy> | ||
</formPageActions> | ||
<editFormWebsite> | ||
<class>Magento\Backend\Test\Block\System\Store\Edit\Form\WebsiteForm</class> | ||
<locator>#edit_form</locator> | ||
<strategy>css selector</strategy> | ||
</editFormWebsite> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="EditWebsite" area="Adminhtml" mca="system_store/editWebsite" module="Magento_Backend"> | ||
<block name="formPageActions" class="Magento\Backend\Test\Block\System\Store\FormPageActions" locator=".page-main-actions" strategy="css selector"/> | ||
<block name="editFormWebsite" class="Magento\Backend\Test\Block\System\Store\Edit\Form\WebsiteForm" locator="#edit_form" strategy="css selector"/> | ||
</page> | ||
</config> |
24 changes: 8 additions & 16 deletions
24
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/NewGroupIndex.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="system_store/newGroup/index" module="Magento_Backend"> | ||
<blocks> | ||
<formPageActions> | ||
<class>Magento\Backend\Test\Block\System\Store\FormPageActions</class> | ||
<locator>.page-main-actions</locator> | ||
<strategy>css selector</strategy> | ||
</formPageActions> | ||
<editFormGroup> | ||
<class>Magento\Backend\Test\Block\System\Store\Edit\Form\GroupForm</class> | ||
<locator>#edit_form</locator> | ||
<strategy>css selector</strategy> | ||
</editFormGroup> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="NewGroupIndex" area="Adminhtml" mca="system_store/newGroup/index" module="Magento_Backend"> | ||
<block name="formPageActions" class="Magento\Backend\Test\Block\System\Store\FormPageActions" locator=".page-main-actions" strategy="css selector"/> | ||
<block name="editFormGroup" class="Magento\Backend\Test\Block\System\Store\Edit\Form\GroupForm" locator="#edit_form" strategy="css selector"/> | ||
</page> | ||
</config> |
24 changes: 8 additions & 16 deletions
24
dev/tests/functional/tests/app/Magento/Backend/Test/Page/Adminhtml/NewWebsiteIndex.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2015 Magento. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<page mca="system_store/newWebsite/index" module="Magento_Backend"> | ||
<blocks> | ||
<formPageActions> | ||
<class>Magento\Backend\Test\Block\System\Store\FormPageActions</class> | ||
<locator>.page-main-actions</locator> | ||
<strategy>css selector</strategy> | ||
</formPageActions> | ||
<editWebsiteForm> | ||
<class>Magento\Backend\Test\Block\System\Store\Edit\Form\WebsiteForm</class> | ||
<locator>#edit_form</locator> | ||
<strategy>css selector</strategy> | ||
</editWebsiteForm> | ||
</blocks> | ||
</page> | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/pages.xsd"> | ||
<page name="NewWebsiteIndex" area="Adminhtml" mca="system_store/newWebsite/index" module="Magento_Backend"> | ||
<block name="formPageActions" class="Magento\Backend\Test\Block\System\Store\FormPageActions" locator=".page-main-actions" strategy="css selector"/> | ||
<block name="editWebsiteForm" class="Magento\Backend\Test\Block\System\Store\Edit\Form\WebsiteForm" locator="#edit_form" strategy="css selector"/> | ||
</page> | ||
</config> |
Oops, something went wrong.