Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
10 files
+ 78
85
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -45,7 +45,14 @@ class CKEditorIntegrationTest extends WebDriverTestBase {
protected static $modules = ['node', 'ckeditor', 'filter', 'ckeditor_test'];
/**
* {@inheritdoc}
* The theme to install as the default for testing.
*
* @var string
*
* @todo This test's reliance on classes makes Stark a bad fit as a base theme.
* Change the default theme to Starterkit once it is stable.
*
* @see https://www.drupal.org/project/drupal/issues/3275827
*/
protected function setUp(): void {
parent::setUp();
Loading