Skip to content

Commit

Permalink
test(ModalSideBySideLayout): change data-testid value
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Oct 20, 2024
1 parent 57b0826 commit 3ebfe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tests/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export enum ComponentDefaultTestId {
MODAL_NEXT_CONTENT = "modal-content",
MODAL_NEXT_MEDIA = "modal-media",
MODAL_NEXT_BASIC_LAYOUT = "modal-basic-layout",
MODAL_NEXT_SIDE_BY_SIDE_LAYOUT = "modal-side_by_side-layout",
MODAL_NEXT_SIDE_BY_SIDE_LAYOUT = "modal-side-by-side-layout",
FORMATTED_NUMBER = "formatted-number",
HIDDEN_TEXT = "hidden-text",
DIALOG_CONTENT_CONTAINER = "dialog-content-container",
Expand Down

0 comments on commit 3ebfe5b

Please sign in to comment.