Skip to content

Commit 6feb99b

Browse files
authored
chore(tests): Fix noGlass test name (#12129)
1 parent 0d4bb17 commit 6feb99b

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)