Skip to content
Snippets Groups Projects

Issue #3388505: CKEditor 5's Functional JS tests take a long time to run

Closed Issue #3388505: CKEditor 5's Functional JS tests take a long time to run
1 unresolved thread
Closed catch requested to merge issue/drupal-3388505:3388505-ckeditor-5s-functional into 11.x
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
8 use Drupal\file\Entity\File;
9 use Drupal\filter\Entity\FilterFormat;
10 use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
11 use Drupal\media\Entity\Media;
12 use Drupal\Tests\media\Traits\MediaTypeCreationTrait;
13 use Drupal\Tests\TestFileCreationTrait;
14 use Drupal\Tests\ckeditor5\Traits\CKEditor5TestTrait;
15 use Drupal\ckeditor5\Plugin\Editor\CKEditor5;
16 use Symfony\Component\Validator\ConstraintViolation;
17
18 // cspell:ignore layercake
19
20 /**
21 * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media
22 * @group ckeditor5
23 * @group #slow
  • Lauri Timmanee
  • Lauri Timmanee added 1 commit

    added 1 commit

    • 9022d90e - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Lauri Timmanee added 1 commit

    added 1 commit

    • 1733fca1 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading