diff --git a/core/modules/comment/tests/src/Functional/Views/CommentEditTest.php b/core/modules/comment/tests/src/Functional/Views/CommentEditTest.php index 94263d08186..c19ff351411 100644 --- a/core/modules/comment/tests/src/Functional/Views/CommentEditTest.php +++ b/core/modules/comment/tests/src/Functional/Views/CommentEditTest.php @@ -14,7 +14,7 @@ class CommentEditTest extends CommentBrowserTestBase { /** * {@inheritdoc} */ - protected $profile = 'standard'; + protected $defaultTheme = 'stark'; /** * Tests comment label in admin view.