We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093a9e7 commit 7da28d7Copy full SHA for 7da28d7
src/test-utils/dom/tooltip/index.ts
@@ -0,0 +1,9 @@
1
+// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+// SPDX-License-Identifier: Apache-2.0
3
+import { ComponentWrapper } from '@cloudscape-design/test-utils-core/dom';
4
+
5
+import styles from '../../../tooltip/styles.selectors.js';
6
7
+export default class TooltipWrapper extends ComponentWrapper {
8
+ static rootSelector: string = styles.root;
9
+}
0 commit comments