From 51e478eec6b8edc2c21329a0c5d8a3888b8f02b3 Mon Sep 17 00:00:00 2001 From: Aaron S <94858815+stocaaro@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:09:16 -0500 Subject: [PATCH] chore: Reintroduce analytics integ test (#12077) * chore: Reintroduce analytics integ test * fix: sample name * Update .github/integ-config/integ-all.yml Co-authored-by: Jim Blanchard --------- Co-authored-by: Jim Blanchard --- .github/integ-config/integ-all.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/integ-config/integ-all.yml b/.github/integ-config/integ-all.yml index 47c1be216de..6cbacd46ce4 100644 --- a/.github/integ-config/integ-all.yml +++ b/.github/integ-config/integ-all.yml @@ -555,6 +555,16 @@ tests: # spec: authenticator # browser: *minimal_browser_list + # ANALYTICS + - test_name: integ_react_analytics_pinpoint + desc: 'Test record and identifyUser calls for pinpoint' + framework: react + category: analytics + sample_name: [pinpoint-test] + spec: pinpoint + # Temp fix: + browser: *minimal_browser_list + # GEO # - test_name: integ_react_geo_display_map # desc: 'Display Map'