-
Bug
-
Resolution: Won't Do
-
Undefined
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
-
Rox Sprint 4.9H - Global
When visiting the following pages, the <MainPage> component renders twice and triggers two page view events:
- VM -> Exception Management
- VM -> Vuln Reporting
- Platform Conf -> Policy Management
- Platform Conf -> Access Control
(Note the above list may not be exhaustive.)
We should either:
- fix the re-renders
- change the logic so that the pageview event is triggered in some other way (URL diff?)
- both
In addition, it might be beneficial to build a small e2e test helper that can be added for new pages to verify that only a single event is reported. See https://github.com/stackrox/stackrox/pull/16536 for more information.