Skip to content

Commit 0cca1c8

Browse files
committed
fix(tooltip): remove positive semantic variant test
1 parent c0a2bc1 commit 0cca1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tooltip/stories/tooltip.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Template } from "./template.js";
55
export const PlacementVariants = Variants({
66
Template,
77
testData: [
8-
...["neutral", "info", "positive", "negative"].map(variant => ({
8+
...["neutral", "info", "negative"].map(variant => ({
99
testHeading: capitalize(variant),
1010
variant,
1111
})),

0 commit comments

Comments
 (0)