When the AnalyticsAndAdSenseAccountsDetectedAsLinkedOverlayNotification notification is present, it hides everything below it, including all the elements that are showcased during the welcome tour.
Steps to reproduce
- Set up Site Kit with AdSense
- Share the dashboard with another user
- The second user will see both the overlay and the welcome modal at the same time
Screenshots
Additional Context
- PHP Version:
- OS: [e.g. iOS]
- Browser: [e.g. chrome, safari]
- Plugin Version: [e.g. 22]
- Device: [e.g. iPhone6]
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- No overlay notification should appear when the dashboard tour is in progress.
Implementation Brief
Test Coverage
QA Brief
- Set up Site Kit with AdSense
- Share the dashboard with another user
- The second user won't see the overlay notification when welcome tour is in progress, it will be visible only after dismissing/completing the tour.
Changelog entry
- Prevent overlay notifications from appearing when the dashboard tour is active.
When the
AnalyticsAndAdSenseAccountsDetectedAsLinkedOverlayNotificationnotification is present, it hides everything below it, including all the elements that are showcased during the welcome tour.Steps to reproduce
Screenshots
Additional Context
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
assets/js/components/DashboardMainApp.jsgetCurrentTourselector fromcore/userstore to check if any tour is in progress.welcome-without-analyticsorwelcome-with-analytics, we should not render this block of code to avoid rendering overlay notifications.Test Coverage
QA Brief
Changelog entry