core/drupalci.yml | 10 ++-- .../src/FunctionalJavascript/SourceEditingTest.php | 58 ++++++++++++++++++++-- core/package.json | 2 +- 3 files changed, 61 insertions(+), 9 deletions(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index 94aa2ad22f..6b4e9a767b 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -15,30 +15,30 @@ build: # deprecated code. run_tests.phpunit: types: 'PHPUnit-Unit' - testgroups: '--all' + testgroups: '--module ckeditor5' suppress-deprecations: false halt-on-fail: false run_tests.kernel: types: 'PHPUnit-Kernel' - testgroups: '--all' + testgroups: '--module ckeditor5' suppress-deprecations: false halt-on-fail: false run_tests.build: # Limit concurrency due to disk space concerns. concurrency: 15 types: 'PHPUnit-Build' - testgroups: '--all' + testgroups: '--module ckeditor5' suppress-deprecations: false halt-on-fail: false run_tests.functional: types: 'PHPUnit-Functional' - testgroups: '--all' + testgroups: '--module ckeditor5' suppress-deprecations: false halt-on-fail: false run_tests.javascript: concurrency: 15 types: 'PHPUnit-FunctionalJavascript' - testgroups: '--all' + testgroups: '--module ckeditor5' suppress-deprecations: false halt-on-fail: false # Run nightwatch testing. diff --git a/core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php b/core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php index c6f9b6716d..83c8087d60 100644 --- a/core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php +++ b/core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php @@ -62,7 +62,7 @@ protected function setUp(): void { 'filter_html' => [ 'status' => TRUE, 'settings' => [ - 'allowed_html' => '


', + 'allowed_html' => '