You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #12096 we removed the New badge from Site Kit settings for a few modules that had been available for a long period of time. While release testing, I noticed that we still have this badge on the Audience group widget. We should remove the badge from this location too as this feature has been available for a while.
Steps to reproduce
Set up Site Kit with Analytics that has data (or is zero data)
Set up Audience groups so that the widget appears on the dashboard.
Observe the New badge on the side of the description text.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
The "New" badge should be removed from the "Audience groups" widget (in assets/js/googlesitekit/widgets/register-defaults.js)
The "New" badge should no longer appear in the "Audience groups" widget
Bug Description
In #12096 we removed the
Newbadge from Site Kit settings for a few modules that had been available for a long period of time. While release testing, I noticed that we still have this badge on the Audience group widget. We should remove the badge from this location too as this feature has been available for a while.Steps to reproduce
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
assets/js/googlesitekit/widgets/register-defaults.js)Implementation Brief
hasNewBadge: truefromsite-kit-wp/assets/js/googlesitekit/widgets/register-defaults.js
Lines 146 to 181 in dbb3ff1
Test Coverage
QA Brief
Changelog entry