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 2861a6d commit 26df930Copy full SHA for 26df930
packages/core/src/tests/constants.ts
@@ -105,6 +105,8 @@ export enum ComponentDefaultTestId {
105
MODAL_FOOTER_BUTTONS = "modal-footer-buttons",
106
MODAL_NEXT = "modal",
107
MODAL_NEXT_OVERLAY = "modal-overlay",
108
+ MODAL_NEXT_HEADER = "modal-header",
109
+ MODAL_NEXT_CONTENT = "modal-content",
110
FORMATTED_NUMBER = "formatted-number",
111
HIDDEN_TEXT = "hidden-text",
112
DIALOG_CONTENT_CONTAINER = "dialog-content-container",
0 commit comments