Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit b6ba383

Browse files
committed
add: data-test-id to new reservation collision warning
1 parent 7b2ec3d commit b6ba383

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/admin-ui/src/spa/my-units/[id]/CreateReservationModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ function CollisionWarning({
150150
size="small"
151151
label={t("errors.descriptive.collision")}
152152
type="error"
153+
dataTestId="CreateReservationModal__collision-warning"
153154
>
154155
{t("errors.descriptive.collision")}
155156
</StyledNotification>

0 commit comments

Comments
 (0)