Verified Commit bd2ee3cb authored by Lee Rowlands's avatar Lee Rowlands Committed by Alex Pott
Browse files

Issue #3419824 by catch: Mark some more tests with @group #slow

parent 451be835
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 * Tests the Field UI "Manage Fields" screens.
 *
 * @group field_ui
 * @group #slow
 */
class ManageFieldsTest extends WebDriverTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 * @see _claro_preprocess_file_and_image_widget()
 *
 * @group file
 * @group #slow
 */
class FileFieldWidgetClaroThemeTest extends FileFieldWidgetTest {

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 * Tests the structure of a REST resource.
 *
 * @group rest
 * @group #slow
 */
class ResourceTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
 * values are not lost due to a wrong form rebuild.
 *
 * @group Form
 * @group #slow
 */
class StorageTest extends BrowserTestBase {

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
 * Tests form processing and alteration via form validation handlers.
 *
 * @group Form
 * @group #slow
 */
class ValidationTest extends BrowserTestBase {

Loading