From 59a9d9d6e4e56f52bb61d5e6bf9cf14e33526303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Fri, 17 Nov 2023 13:13:37 +0000 Subject: [PATCH 1/5] [web] Update test for checking storage menu items We've detected few wrong storage menu items where the `href` attribute is assigned to the `li` HTML component instead to a MISSING `a` element. The root of the problem it's in the props passed to PF/MenuItem through Agama/Storage/ProposalPageOptions --> Agama/PageOptions.Option -> PF/DropdownItem. We are sending an `href` instead of `to` which makes PF/MenuItem deliver a
  • holding a