Skip to content

Commit b20e87c

Browse files
committed
MAGETWO-34477: Backend Menu Accessibility improvements
1 parent 3474ff7 commit b20e87c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Backend/Block/MenuTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testRenderNavigation()
3131
$menuConfig = $this->prepareMenuConfig();
3232

3333
$this->assertStringEqualsFile(
34-
__DIR__ . '/_files/menu/expected.phtml',
34+
__DIR__ . '/_files/menu/expected.txt',
3535
$this->blockMenu->renderNavigation($menuConfig->getMenu())
3636
);
3737
}

dev/tests/integration/testsuite/Magento/Backend/Block/_files/menu/Magento/Core/etc/menu.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<add id="Magento_Backend::system_report" title="Report" module="Magento_Backend" sortOrder="10" parent="Magento_Backend::system" resource="Magento_Backend::report"/>
1212

1313
<add id="Magento_Backend::system_report_private_sales" title="Private Sales" module="Magento_Backend" sortOrder="10" parent="Magento_Backend::system_report" resource="Magento_Backend::report_private_sales" />
14-
<add id="Magento_Backend::system_report_magento_invitation_general" title="Invitations" module="Magento_Invitation" sortOrder="20" parent="Magento_Backend::system_report" resource="Magento_Backend::report_magento_invitation_general"/>
15-
<add id="Magento_Backend::system_report_magento_invitation_customer" title="Invited Customers" module="Magento_Invitation" sortOrder="30" parent="Magento_Backend::system_report" resource="Magento_Backend::report_magento_invitation_customer"/>
14+
<add id="Magento_Backend::system_report_magento_invitation_general" title="Invitations" module="Magento_Backend" sortOrder="20" parent="Magento_Backend::system_report" resource="Magento_Backend::report_magento_invitation_general"/>
15+
<add id="Magento_Backend::system_report_magento_invitation_customer" title="Invited Customers" module="Magento_Backend" sortOrder="30" parent="Magento_Backend::system_report" resource="Magento_Backend::report_magento_invitation_customer"/>
1616
</menu>
1717
</config>

0 commit comments

Comments
 (0)