Closed (fixed)
Project:
Tooltip Taxonomy
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
18 Oct 2025 at 13:54 UTC
Updated:
1 Nov 2025 at 23:29 UTC
Jump to comment: Most recent
Need to add a FunctionalJavascript test to cover the excluding tag logic.
An option was allowed to exclude certain manually added tags for replacement in the recent update here
I propose to add a test to cover this logic.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
smovs commentedHi @mingsong!
I added FunctionalJavascript test to cover the new logic of excluding tags. Please review.
Comment #5
mingsongThank you!