Skip to content

Commit f1be78e

Browse files
committed
chore: fix noGlass test name
1 parent 3fe4262 commit f1be78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Drawer/__tests__/DrawerPanelContent.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ test('Style prop overrides boundaryCssVars', () => {
159159
});
160160
});
161161

162-
test(`Renders with class ${styles.modifiers.noGlass} when isPill is true`, () => {
162+
test(`Renders with class ${styles.modifiers.noGlass} when hasNoGlass is true`, () => {
163163
render(
164164
<Drawer isExpanded isPill>
165165
<DrawerPanelContent hasNoGlass>Drawer panel content</DrawerPanelContent>

0 commit comments

Comments
 (0)