From 9f1f766ddec89dd4e071bec74a1f468e3b25e14e Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Mon, 19 Sep 2022 09:38:34 +0100
Subject: [PATCH] Issue #3308912 by smustgrave: Fix test performance of
 Drupal\Tests\comment\Functional\Views\CommentEditTest

(cherry picked from commit 62356c1a6e563aeded7faa72b8e7558a07e379fa)
---
 .../comment/tests/src/Functional/Views/CommentEditTest.php      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/comment/tests/src/Functional/Views/CommentEditTest.php b/core/modules/comment/tests/src/Functional/Views/CommentEditTest.php
index 94263d081861..c19ff3514114 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.
-- 
GitLab