I think it'd be very useful to be able to pass in a test ID for the gallery container for automated testing! So I've created a tiny PR that exposes this prop. To make it clear what the test ID will be applied to, and to follow the naming of other props named containerXX I've exposed it as containerTestID, but if you think testID would be sufficient/better, that's also nice!
I think it'd be very useful to be able to pass in a test ID for the gallery container for automated testing! So I've created a tiny PR that exposes this prop. To make it clear what the test ID will be applied to, and to follow the naming of other props named
containerXX
I've exposed it ascontainerTestID
, but if you thinktestID
would be sufficient/better, that's also nice!