Issue #3388505: CKEditor 5's Functional JS tests take a long time to run
1 unresolved thread
Merge request reports
Activity
added 7 commits
-
6ad5f2fe...dff46835 - 3 commits from branch
project:11.x
- 55ef738b - Split ConfigUiTranslationUi test into three.
- 846b6510 - Unused use statements.
- e6ffc86e - Add back some use statements.
- eccf67a7 - Split out preview tests too.
Toggle commit list-
6ad5f2fe...dff46835 - 3 commits from branch
added 1 commit
- 9a351763 - Split out MediaPreviewTest and SourceEditingTest.
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 changed this line in version 7 of the diff
- Resolved by Lauri Timmanee
- Resolved by Lauri Timmanee
Please register or sign in to reply