Verified Commit 43169249 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3389839 by catch: Mark some more tests #slow

parent d5208fb8
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 * Tests the update path for the CKEditor 5 image toolbar item.
 *
 * @group Update
 * @group #slow
 */
class CKEditor5UpdateImageToolbarItemTest extends UpdatePathTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * Tests the moderation form, specifically on nodes.
 *
 * @group content_moderation
 * @group #slow
 */
class ModerationFormTest extends ModerationStateTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
 * Tests the creation of numeric fields.
 *
 * @group field
 * @group #slow
 */
class NumberFieldTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
 * Tests the Field UI "Manage display" and "Manage form display" screens.
 *
 * @group field_ui
 * @group #slow
 */
class ManageDisplayTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * Tests the Manage Display page of a fieldable entity type.
 *
 * @group field_ui
 * @group #slow
 */
class ManageFieldsTest extends BrowserTestBase {

Loading