-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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 #3557 from magento-pangolin/MQE-1393-New-Customer-…
…Action-Group [MFTF] MQE-1393 - Add new Customer action group
- Loading branch information
Showing
64 changed files
with
264 additions
and
97 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
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
23 changes: 23 additions & 0 deletions
23
app/code/Magento/Braintree/Test/Mftf/Section/AdminEditRoleInfoSection.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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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="AdminEditRoleInfoSection"> | ||
<element name="roleName" type="input" selector="#role_name"/> | ||
<element name="password" type="input" selector="#current_password"/> | ||
<element name="roleResourcesTab" type="button" selector="#role_info_tabs_account"/> | ||
<element name="backButton" type="button" selector="button[title='Back']"/> | ||
<element name="resetButton" type="button" selector="button[title='Reset']"/> | ||
<element name="deleteButton" type="button" selector="button[title='Delete Role']"/> | ||
<element name="saveButton" type="button" selector="button[title='Save Role']"/> | ||
<element name="message" type="text" selector=".modal-popup.confirm div.modal-content"/> | ||
<element name="cancel" type="button" selector=".modal-popup.confirm button.action-dismiss"/> | ||
<element name="ok" type="button" selector=".modal-popup.confirm button.action-accept" timeout="60"/> | ||
</section> | ||
</sections> |
19 changes: 19 additions & 0 deletions
19
app/code/Magento/Braintree/Test/Mftf/Section/AdminEditUserRoleSection.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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?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="AdminEditUserRoleSection"> | ||
<element name="usernameTextField" type="input" selector="#user_username"/> | ||
<element name="roleNameFilterTextField" type="input" selector="#permissionsUserRolesGrid_filter_role_name"/> | ||
<element name="searchButton" type="button" selector=".admin__data-grid-header button[title=Search]"/> | ||
<element name="resetButton" type="button" selector="button[title='Reset Filter']"/> | ||
<element name="roleNameInFirstRow" type="text" selector=".col-role_name"/> | ||
<element name="searchResultFirstRow" type="text" selector=".data-grid>tbody>tr"/> | ||
</section> | ||
</sections> |
30 changes: 30 additions & 0 deletions
30
app/code/Magento/Braintree/Test/Mftf/Section/AdminEditUserSection.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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?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="AdminEditUserSection"> | ||
<element name="system" type="input" selector="#menu-magento-backend-system"/> | ||
<element name="allUsers" type="input" selector="//span[contains(text(), 'All Users')]"/> | ||
<element name="create" type="input" selector="#add"/> | ||
<element name="usernameTextField" type="input" selector="#user_username"/> | ||
<element name="firstNameTextField" type="input" selector="#user_firstname"/> | ||
<element name="lastNameTextField" type="input" selector="#user_lastname"/> | ||
<element name="emailTextField" type="input" selector="#user_email"/> | ||
<element name="passwordTextField" type="input" selector="#user_password"/> | ||
<element name="pwConfirmationTextField" type="input" selector="#user_confirmation"/> | ||
<element name="currentPasswordField" type="input" selector="#user_current_password"/> | ||
<element name="userRoleTab" type="button" selector="#page_tabs_roles_section"/> | ||
<element name="roleNameFilterTextField" type="input" selector="#permissionsUserRolesGrid_filter_role_name"/> | ||
<element name="searchButton" type="button" selector=".admin__data-grid-header button[title=Search]"/> | ||
<element name="resetButton" type="button" selector="button[title='Reset Filter']"/> | ||
<element name="roleNameInFirstRow" type="text" selector=".col-role_name"/> | ||
<element name="searchResultFirstRow" type="text" selector=".data-grid>tbody>tr"/> | ||
<element name="saveButton" type="button" selector="#save"/> | ||
</section> | ||
</sections> |
23 changes: 23 additions & 0 deletions
23
app/code/Magento/Braintree/Test/Mftf/Section/AdminMenuSection.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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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="AdminMenuSection"> | ||
<element name="dashboard" type="button" selector="//li[@id='menu-magento-backend-dashboard']"/> | ||
<element name="sales" type="button" selector="//li[@id='menu-magento-sales-sales']"/> | ||
<element name="catalog" type="button" selector="//li[@id='menu-magento-catalog-catalog']"/> | ||
<element name="customers" type="button" selector="//li[@id='menu-magento-customer-customer']"/> | ||
<element name="marketing" type="button" selector="//li[@id='menu-magento-backend-marketing']"/> | ||
<element name="content" type="button" selector="//li[@id='menu-magento-backend-content']"/> | ||
<element name="reports" type="button" selector="//li[@id='menu-magento-reports-report']"/> | ||
<element name="stores" type="button" selector="//li[@id='menu-magento-backend-stores']"/> | ||
<element name="system" type="button" selector="//li[@id='menu-magento-backend-system']"/> | ||
<element name="findPartners" type="button" selector="//li[@id='menu-magento-marketplace-partners']"/> | ||
</section> | ||
</sections> |
19 changes: 19 additions & 0 deletions
19
app/code/Magento/Braintree/Test/Mftf/Section/AdminRoleGridSection.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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?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="AdminRoleGridSection"> | ||
<element name="idFilterTextField" type="input" selector="#roleGrid_filter_role_id"/> | ||
<element name="roleNameFilterTextField" type="input" selector="#roleGrid_filter_role_name"/> | ||
<element name="searchButton" type="button" selector=".admin__data-grid-header button[title=Search]"/> | ||
<element name="resetButton" type="button" selector="button[title='Reset Filter']"/> | ||
<element name="roleNameInFirstRow" type="text" selector=".col-role_name"/> | ||
<element name="searchResultFirstRow" type="text" selector=".data-grid>tbody>tr"/> | ||
</section> | ||
</sections> |
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
14 changes: 14 additions & 0 deletions
14
app/code/Magento/Braintree/Test/Mftf/Section/StoresSubmenuSection.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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?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="StoresSubmenuSection"> | ||
<element name="configuration" type="button" selector="//li[@id='menu-magento-backend-stores']//li[@data-ui-id='menu-magento-config-system-config']"/> | ||
</section> | ||
</sections> |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,4 @@ | |
<data key="Price">100</data> | ||
<data key="Quantity">100</data> | ||
</entity> | ||
|
||
</entities> |
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
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
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
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
Oops, something went wrong.