diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php index 7a3c6a4a6ce09439feb324cc7bc3cd212d498ca3..97dc2febc6c7b72f9a6fc74efeed713d89fe6bee 100644 --- a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php +++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php @@ -284,15 +284,4 @@ public function testValidationMessages() { } } - /** - * {@inheritdoc} - */ - protected function getTestThemes() { - // Remove 'seven' theme. Setting Tray "Edit Mode" will not work with 'seven' - // because it removes all contextual links the off-canvas dialog should. - return array_filter(parent::getTestThemes(), function ($theme) { - return $theme !== 'seven'; - }); - } - }