function CKEditorTestTrait::pressEditorButton
Same name in other branches
- 8.9.x core/modules/ckeditor/tests/src/Traits/CKEditorTestTrait.php \Drupal\Tests\ckeditor\Traits\CKEditorTestTrait::pressEditorButton()
Clicks a CKEditor button.
Parameters
string $name: The name of the button, such as `drupallink`, `source`, etc.
string $instance_id: (optional) The CKEditor instance ID. Defaults to 'edit-body-0-value'.
10 calls to CKEditorTestTrait::pressEditorButton()
- CKEditorIntegrationTest::testDrupalImageCaptionDialog in core/
modules/ ckeditor/ tests/ src/ FunctionalJavascript/ CKEditorIntegrationTest.php - Tests if the Drupal Image Caption plugin appears and works as expected.
- MediaLibraryTest::testAllowedMediaTypes in core/
modules/ ckeditor/ tests/ src/ FunctionalJavascript/ MediaLibraryTest.php - Tests the allowed media types setting on the MediaEmbed filter.
- MediaLibraryTest::testButton in core/
modules/ ckeditor/ tests/ src/ FunctionalJavascript/ MediaLibraryTest.php - Tests using DrupalMediaLibrary button to embed media into CKEditor.
- MediaTest::leaveSourceMode in core/
modules/ ckeditor/ tests/ src/ FunctionalJavascript/ MediaTest.php - Leaves source mode and returns to the CKEditor iframe.
- MediaTest::testAlignment in core/
modules/ ckeditor/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests alignment integration.
File
-
core/
modules/ ckeditor/ tests/ src/ Traits/ CKEditorTestTrait.php, line 60
Class
- CKEditorTestTrait
- Provides methods to test CKEditor.
Namespace
Drupal\Tests\ckeditor\TraitsCode
protected function pressEditorButton($name, $instance_id = 'edit-body-0-value') {
$this->getEditorButton($name, $instance_id)
->click();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.