Commit c055bd25 authored by catch's avatar catch
Browse files

Issue #3262320 by tstoeckler: Remove obsolete region override in ContextualLinksTest

parent 63d95571
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -33,9 +33,6 @@ protected function setUp(): void {
    $this->drupalLogin($this->createUser(['access contextual links']));
    $this->placeBlock('system_branding_block', [
      'id' => 'branding',
      // @todo Remove this when
      //   https://www.drupal.org/project/drupal/issues/3257504 is fixed.
      'region' => 'sidebar_first',
    ]);
  }