40 calls to CKEditor5TestTrait::waitForEditor()

CKEditor5Test::testAttributeEncoding in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Ensures that attribute values are encoded.
CKEditor5Test::testFilterHtmlAllowedGlobalAttributes in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Ensures that CKEditor 5 retains filter_html's allowed global attributes.
CKEditor5Test::testListPlugin in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Tests list plugin.
CKEditor5Test::testSave in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Ensures that changes are saved in CKEditor 5.
CKEditor5Test::testStylesAndScripts in core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
Ensures that HTML scripts and styles are properly preserved in CKEditor 5.
EmphasisTest::testEmphasis in core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
Ensures that CKEditor italic model is converted to em.
EmphasisTest::testEmphasisArbitraryHtml in core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
Tests that arbitrary attributes are allowed via GHS.
ImageTest::testCanUploadSvg in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php
Tests that it's possible to upload SVG image, with the test module enabled.
ImageTestBase::addImage in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Add an image to the CKEditor 5 editable zone.
ImageTestBase::testAlignment in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Tests alignment integration.
ImageTestBase::testAltTextRequired in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Tests that alt text is required for images.
ImageTestBase::testAttributeRetentionDuringUpcasting in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Ensures that attributes are retained on conversion.
ImageTestBase::testImageArbitraryHtml in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Tests that arbitrary attributes are allowed via GHS.
ImageTestBase::testImageCaption in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Ensures that images can have caption set.
ImageTestBase::testLinkability in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Tests linkability of the image CKEditor widget.
ImageTestBase::testWidth in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
Ensures that width attribute upcasts and downcasts correctly.
ImageUrlTest::testImageUrlWidget in core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php
Tests the Drupal image URL widget.
MediaLibraryTest::testAllowedMediaTypes in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php
Tests the allowed media types setting on the MediaEmbed filter.
MediaLibraryTest::testAlt in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php
Ensures that alt text can be changed on Media Library inserted Media.
MediaLibraryTest::testButton in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php
Tests using drupalMedia button to embed media into CKEditor 5.
MediaLinkabilityTest::testLinkability in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLinkabilityTest.php
Tests linkability of the media CKEditor widget.
MediaLinkabilityTest::testLinkManualDecorator in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLinkabilityTest.php
Ensure that manual link decorators work with linkable media.
MediaPreviewTest::testEmbedPreviewAccess in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php
Tests preview route access.
MediaPreviewTest::testErrorMessages in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php
Tests that failed media embed preview requests inform the end user.
MediaPreviewTest::testMediaPointerEvent in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php
Ensure media preview isn't clickable.
MediaPreviewTest::testPreviewUsesDefaultThemeAndIsClientCacheable in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php
The CKEditor Widget must load a preview generated using the default theme.
MediaTest::testAlignment in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests alignment integration.
MediaTest::testAlt in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests the CKEditor 5 media plugin can override image media's alt attribute.
MediaTest::testAltDisabled in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests that the image media source's alt_field being disabled is respected.
MediaTest::testConversion in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests that `<drupal-media>` is converted into a block element.
MediaTest::testDrupalMediaStyleInDropdown in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Ensures that Drupal Media Styles can be displayed in a dropdown.
MediaTest::testDrupalMediaStyleWithClass in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests Drupal Media Style with a CSS class.
MediaTest::testEditableCaption in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests caption editing in the CKEditor widget.
MediaTest::testOnlyDrupalMediaTagProcessed in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests that only <drupal-media> tags are processed.
MediaTest::testTranslationAlt in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests the CKEditor 5 media plugin loads the translated alt attribute.
MediaTest::testViewMode in core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
Tests view mode integration.
SourceEditingEmptyElementTest::testEmptyInlineElement in core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingEmptyElementTest.php
Tests creating empty inline elements using Source Editing.
SourceEditingTest::testAllowingExtraAttributes in core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
Tests allowing extra attributes on already supported tags using GHS.
StyleTest::testStyleFunctionality in core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
Tests Style functionality: setting a class, expected style choices.
TableTest::testTableCaptionUi in core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php
Tests creating a table with caption in the UI.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.