Issue #3306720 by Spokje: Replace ckeditor with ckeditor5 in twig_theme_test.attach_library.html.twig

(cherry picked from commit e09d527af8)
merge-requests/1814/merge
Alex Pott 2022-08-30 13:41:01 +01:00
parent 17bbfa4a18
commit 9982e89c54
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
{{ attach_library('core/ckeditor') }}
{{ attach_library('core/ckeditor5') }}

View File

@ -144,7 +144,7 @@ class EngineTwigTest extends BrowserTestBase {
*/
public function testTwigAttachLibrary() {
$this->drupalGet('/twig-theme-test/attach-library');
$this->assertSession()->responseContains('ckeditor.js');
$this->assertSession()->responseContains('ckeditor5-dll.js');
}
/**