File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Backend/Test/Mftf/Section
Cms/Test/Mftf/ActionGroup Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
<element name =" marketing" type =" button" selector =" #menu-magento-backend-marketing" />
23
23
<element name =" system" type =" button" selector =" #menu-magento-backend-system" />
24
24
<element name =" findPartners" type =" button" selector =" #menu-magento-marketplace-partners" />
25
- <element name =" close " type =" button" selector =" #menu-magento-backend-content a.action-close" />
25
+ <element name =" contentMenuClose " type =" button" selector =" #menu-magento-backend-content a.action-close" />
26
26
27
27
<!-- Navigate menu selectors -->
28
28
<element name =" menuItem" type =" button" selector =" li[data-ui-id='menu-{{dataUiId}}']" parameterized =" true" timeout =" 30" />
Original file line number Diff line number Diff line change 7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
- <actionGroup name =" AdminCloseContentTabActionGroup " >
10
+ <actionGroup name =" AdminCloseContentMenuTabActionGroup " >
11
11
<annotations >
12
12
<description >Close tab 'Content' on main menu.</description >
13
13
</annotations >
14
- <conditionalClick selector =" {{AdminMenuSection.menuItem('magento-backend-content')}}" dependentSelector =" {{AdminMenuSection.close }}" visible =" true" stepKey =" closeContentTab" />
14
+ <conditionalClick selector =" {{AdminMenuSection.menuItem('magento-backend-content')}}" dependentSelector =" {{AdminMenuSection.contentMenuClose }}" visible =" true" stepKey =" closeContentTab" />
15
15
</actionGroup >
16
16
</actionGroups >
Original file line number Diff line number Diff line change 7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
- <actionGroup name =" AdminOpenContentTabActionGroup " >
10
+ <actionGroup name =" AdminOpenContentMenuTabActionGroup " >
11
11
<annotations >
12
12
<description >Open tab 'Content' on main menu.</description >
13
13
</annotations >
14
- <conditionalClick selector =" {{AdminMenuSection.menuItem('magento-backend-content')}}" dependentSelector =" {{AdminMenuSection.close }}" visible =" false" stepKey =" openContentTab" />
15
- <waitForElementVisible selector =" {{AdminMenuSection.close }}" stepKey =" waitForSelectElement" />
14
+ <conditionalClick selector =" {{AdminMenuSection.menuItem('magento-backend-content')}}" dependentSelector =" {{AdminMenuSection.contentMenuClose }}" visible =" false" stepKey =" openContentTab" />
15
+ <waitForElementVisible selector =" {{AdminMenuSection.contentMenuClose }}" stepKey =" waitForSelectElement" />
16
16
</actionGroup >
17
17
</actionGroups >
You can’t perform that action at this time.
0 commit comments