Skip to content
Snippets Groups Projects
Unverified Commit 5bb217b1 authored by Pablo López's avatar Pablo López
Browse files

Issue #3415572: Adjust 3rd party tests

parent 1445a60d
Branches
Tags
1 merge request!8026Issue #3415572: Adjust how Help link and Content links are removed from the Administration menu for the Navigation bar
......@@ -37,7 +37,6 @@ class NavigationContentLinksTest extends KernelTestBase {
'media_test_source',
'image',
'text',
'help',
];
/**
......@@ -119,12 +118,6 @@ public function testNavigationContentLinks(): void {
$this->assertEquals('view.files.page_1', $links['navigation.files']['route_name']);
$this->assertEquals('Files', $links['navigation.files']['title']);
// Assert that the "Help" link is removed from the menu.
$this->assertArrayNotHasKey('help.main', $links);
// Assert that the "Content" link is removed from the menu.
$this->assertArrayNotHasKey('system.admin_content', $links);
// Assert that "Blocks" link is not added.
$this->assertArrayNotHasKey('navigation.blocks', $links);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment