From 6375a734f0974fd49f329051b8cd51988027df52 Mon Sep 17 00:00:00 2001 From: Marissa Huysentruyt Date: Fri, 9 Aug 2024 13:17:53 -0400 Subject: [PATCH] fix(meter): remove test tag --- components/progressbar/stories/meter.stories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/progressbar/stories/meter.stories.js b/components/progressbar/stories/meter.stories.js index a9b8e22172..2c78873b6f 100644 --- a/components/progressbar/stories/meter.stories.js +++ b/components/progressbar/stories/meter.stories.js @@ -47,7 +47,7 @@ WithForcedColors.parameters = { }; export const StaticWhite = Default.bind({}); -StaticWhite.tags = ["!autodocs", "!dev", "test"]; +StaticWhite.tags = ["!autodocs", "!dev"]; StaticWhite.args = { staticColor: "white", label: "Loading your fonts, images, and icons",