Skip to content
Snippets Groups Projects
Commit c65097a0 authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-6974 Only check standard and basic for abbreviation

parent 763d2b44
No related branches found
No related tags found
1 merge request!69ISTWCMS-6974: Adding tests for abbr ckeditor plugin.
......@@ -45,7 +45,7 @@ class WcmsTestsCkeditorButtonsCest {
// will fail the test.
$i->seeElement('ul[aria-labelledby="ckeditor-toolbar-group-aria-label-for-styles"][role="toolbar"][data-drupal-ckeditor-button-sorting="target"] li[data-drupal-ckeditor-button-name="abbr"][class="ckeditor-button"] a[href="#"][role="button"][title="Abbreviation"][aria-label="Abbreviation"]');
}
else {
elseif ($tf_machine_name === 'uw_tf_basic') {
// Checking if abbr plugin is in the list of available (not enabled)
// plugins.
$i->seeElement('ul[id="ckeditor-available-buttons"] li[data-drupal-ckeditor-button-name="abbr"][class="ckeditor-button"] a[href="#"][role="button"][title="Abbreviation"][aria-label="Abbreviation"]');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment