From f1be78ed1826607383f1131ba9234133e856d2b4 Mon Sep 17 00:00:00 2001 From: mcoker Date: Fri, 7 Nov 2025 09:50:43 -0600 Subject: [PATCH] chore: fix noGlass test name --- .../src/components/Drawer/__tests__/DrawerPanelContent.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-core/src/components/Drawer/__tests__/DrawerPanelContent.test.tsx b/packages/react-core/src/components/Drawer/__tests__/DrawerPanelContent.test.tsx index 4526093ef02..8f553ab09d6 100644 --- a/packages/react-core/src/components/Drawer/__tests__/DrawerPanelContent.test.tsx +++ b/packages/react-core/src/components/Drawer/__tests__/DrawerPanelContent.test.tsx @@ -159,7 +159,7 @@ test('Style prop overrides boundaryCssVars', () => { }); }); -test(`Renders with class ${styles.modifiers.noGlass} when isPill is true`, () => { +test(`Renders with class ${styles.modifiers.noGlass} when hasNoGlass is true`, () => { render( Drawer panel content