Skip to content

Commit 1327cf6

Browse files
committed
MAGETWO-85423: Create or update functional tests
1 parent e6c33f0 commit 1327cf6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Config/ActionGroup/ConfigAdminAccountSharingActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<waitForPageLoad stepKey="wait1"/>
1414
<conditionalClick stepKey="expandSecurityTab" selector="{{AdminSection.SecurityTab}}" dependentSelector="{{AdminSection.CheckIfTabExpand}}" visible="true" />
1515
<waitForElementVisible selector="{{AdminSection.AdminAccountSharing}}" stepKey="waitForAdminAccountSharingDrpDown" />
16+
<uncheckOption selector="{{AdminSection.EnableSystemValue}}" stepKey="uncheckUseSystemValue"/>
1617
<selectOption selector="{{AdminSection.AdminAccountSharing}}" userInput="Yes" stepKey="selectYes"/>
1718
<click selector="{{AdminSection.SecurityTab}}" stepKey="clollapseSecurityTab" />
1819
<click selector="{{ContentManagementSection.Save}}" stepKey="saveConfig" />

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Config/Section/AdminSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
<element name="CheckIfTabExpand" type="button" selector="#admin_security-head:not(.open)"/>
1313
<element name="SecurityTab" type="button" selector="#admin_security-head"/>
1414
<element name="AdminAccountSharing" type="button" selector="#admin_security_admin_account_sharing"/>
15+
<element name="EnableSystemValue" type="button" selector="#admin_security_admin_account_sharing_inherit"/>
1516
</section>
1617
</sections>

0 commit comments

Comments
 (0)