Loading core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ToolbarTest.php +9 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use Drupal\ckeditor5\Plugin\Editor\CKEditor5; use Drupal\editor\Entity\Editor; use Drupal\filter\Entity\FilterFormat; use Drupal\FunctionalJavascriptTests\WebDriverTestBase; use Drupal\user\Entity\User; use Symfony\Component\Validator\ConstraintViolation; Loading @@ -16,15 +17,22 @@ * @group ckeditor5 * @internal */ class CKEditor5ToolbarTest extends CKEditor5TestBase { class CKEditor5ToolbarTest extends WebDriverTestBase { /** * {@inheritdoc} */ protected static $modules = [ 'node', 'ckeditor5', 'toolbar', ]; /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; /** * The admin user. * Loading core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php +4 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use Drupal\ckeditor5\Plugin\Editor\CKEditor5; use Drupal\editor\Entity\Editor; use Drupal\filter\Entity\FilterFormat; use Drupal\FunctionalJavascriptTests\WebDriverTestBase; use Drupal\Tests\ckeditor5\Traits\CKEditor5TestTrait; use Symfony\Component\Validator\ConstraintViolation; Loading @@ -16,7 +17,7 @@ * @group ckeditor5 * @internal */ class TableTest extends CKEditor5TestBase { class TableTest extends WebDriverTestBase { use CKEditor5TestTrait; Loading Loading @@ -61,6 +62,8 @@ class TableTest extends CKEditor5TestBase { protected function setUp(): void { parent::setUp(); $this->drupalCreateContentType(['type' => 'page']); FilterFormat::create([ 'format' => 'test_format', 'name' => 'Test format', Loading Loading
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ToolbarTest.php +9 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use Drupal\ckeditor5\Plugin\Editor\CKEditor5; use Drupal\editor\Entity\Editor; use Drupal\filter\Entity\FilterFormat; use Drupal\FunctionalJavascriptTests\WebDriverTestBase; use Drupal\user\Entity\User; use Symfony\Component\Validator\ConstraintViolation; Loading @@ -16,15 +17,22 @@ * @group ckeditor5 * @internal */ class CKEditor5ToolbarTest extends CKEditor5TestBase { class CKEditor5ToolbarTest extends WebDriverTestBase { /** * {@inheritdoc} */ protected static $modules = [ 'node', 'ckeditor5', 'toolbar', ]; /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; /** * The admin user. * Loading
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php +4 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ use Drupal\ckeditor5\Plugin\Editor\CKEditor5; use Drupal\editor\Entity\Editor; use Drupal\filter\Entity\FilterFormat; use Drupal\FunctionalJavascriptTests\WebDriverTestBase; use Drupal\Tests\ckeditor5\Traits\CKEditor5TestTrait; use Symfony\Component\Validator\ConstraintViolation; Loading @@ -16,7 +17,7 @@ * @group ckeditor5 * @internal */ class TableTest extends CKEditor5TestBase { class TableTest extends WebDriverTestBase { use CKEditor5TestTrait; Loading Loading @@ -61,6 +62,8 @@ class TableTest extends CKEditor5TestBase { protected function setUp(): void { parent::setUp(); $this->drupalCreateContentType(['type' => 'page']); FilterFormat::create([ 'format' => 'test_format', 'name' => 'Test format', Loading