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
We now have the getSampleReportArgs() helpers for both Analytics and Search Console in the plugin code, and should update the above test helpers to make use of getSampleReportArgs().
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
The provideAnalytics4GatheringDataState() and provideSearchConsoleGatheringDataState() helper functions should use getSampleReportArgs() to retrieve the arguments for the relevant reports, rather than duplicating the report args.
Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered:
Feature Description
At present, the
provideAnalytics4GatheringDataState()
andprovideSearchConsoleGatheringDataState()
helper functions are duplicating the report arguments used for the report that's used to determine the gathering data state.We now have the
getSampleReportArgs()
helpers for both Analytics and Search Console in the plugin code, and should update the above test helpers to make use ofgetSampleReportArgs()
.Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
provideAnalytics4GatheringDataState()
andprovideSearchConsoleGatheringDataState()
helper functions should usegetSampleReportArgs()
to retrieve the arguments for the relevant reports, rather than duplicating the report args.Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: