Skip to content

Commit 033bf4b

Browse files
chore(checkout): add id to checkout loading view (#2737)
1 parent d389b77 commit 033bf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/checkout/widgets-lib/src/views/loading/LoadingView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function LoadingView({ loadingText, textDuration, containerSx = {} }: Loa
1212

1313
return (
1414
<SimpleLayout containerSx={containerSx}>
15-
<LoadingOverlay visible>
15+
<LoadingOverlay visible testId="checkout-loading-view">
1616
<LoadingOverlay.Content>
1717
<LoadingOverlay.Content.LoopingText
1818
text={[...text]}

0 commit comments

Comments
 (0)