diff --git a/static/gsApp/views/subscriptionPage/headerCards/headerCards.tsx b/static/gsApp/views/subscriptionPage/headerCards/headerCards.tsx index d2bc361de93238..7930d6e20f749e 100644 --- a/static/gsApp/views/subscriptionPage/headerCards/headerCards.tsx +++ b/static/gsApp/views/subscriptionPage/headerCards/headerCards.tsx @@ -89,6 +89,7 @@ function HeaderCards({organization, subscription}: HeaderCardsProps) { md: `repeat(${cards.length}, minmax(0, 1fr))`, }} gap="xl" + data-test-id="subscription-header-cards" > {cards}