Skip to content
Snippets Groups Projects

Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers

Open Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers
2 unresolved threads
Open Ben Mullins requested to merge issue/drupal-2845319:2845319-the-highlighting-of into 9.3.x
2 unresolved threads
3 files
+ 1
87
Compare changes
  • Side-by-side
  • Inline
Files
3
  • dd9e2e4e
    Revert "Issue #3082211 by quietone, Pooja Ganjage, danflanagan8, Spokje,... · dd9e2e4e
    catch authored
    Revert "Issue #3082211 by quietone, Pooja Ganjage, danflanagan8, Spokje, benjifisher, Wim Leers, mikelutz: Migrate UI tests should provide the complete log message on failure"
    
    This reverts commit 98e5ab0b.
@@ -54,11 +54,6 @@ protected function setUp(): void {
@@ -54,11 +54,6 @@ protected function setUp(): void {
$this->loadFixture($this->getModulePath('migrate_drupal') . '/tests/fixtures/drupal6.php');
$this->loadFixture($this->getModulePath('migrate_drupal') . '/tests/fixtures/drupal6.php');
// Enable saving the logs and set the post migration admin user name.
$this->outputLogs = TRUE;
$this->migratedAdminUserName = 'root';
$this->expectedLoggedErrors = 36;
// @todo Remove this in https://www.drupal.org/node/3267515
// @todo Remove this in https://www.drupal.org/node/3267515
\Drupal::service('module_installer')->uninstall(['rdf']);
\Drupal::service('module_installer')->uninstall(['rdf']);
}
}
@@ -210,10 +205,6 @@ public function testUpgradeAndIncremental() {
@@ -210,10 +205,6 @@ public function testUpgradeAndIncremental() {
$this->assertFollowUpMigrationResults();
$this->assertFollowUpMigrationResults();
$this->assertEmailsSent();
$this->assertEmailsSent();
// Save logs and check the error count.
$this->outputLogs('root');
$this->assertLogError();
}
}
/**
/**
Loading