Every time the menu in core is changed the UI tests of this plugin might start failing, as the shadow of the menu is visible.
This PR aims to hide the menu before taking the screenshot, so the shadow is no longer visible.
[ ] Potential edge cases thought about (behavior of the code with strange input, with strange internal state or possible interactions with other Matomo subsystems)
[ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
Description:
Every time the menu in core is changed the UI tests of this plugin might start failing, as the shadow of the menu is visible. This PR aims to hide the menu before taking the screenshot, so the shadow is no longer visible.
Review