Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wcms_tests
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
wcms_tests
Commits
c65097a0
Commit
c65097a0
authored
6 months ago
by
Lily Yan
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-6974 Only check standard and basic for abbreviation
parent
763d2b44
No related branches found
No related tags found
1 merge request
!69
ISTWCMS-6974: Adding tests for abbr ckeditor plugin.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
acceptance/WcmsTestsCkeditorButtonsCest.php
+1
-1
1 addition, 1 deletion
acceptance/WcmsTestsCkeditorButtonsCest.php
with
1 addition
and
1 deletion
acceptance/WcmsTestsCkeditorButtonsCest.php
+
1
−
1
View file @
c65097a0
...
...
@@ -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
{
else
if
(
$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"]'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment