Skip to content

Commit

Permalink
Web: add a data test id to request checkout (#48535)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa authored Nov 6, 2024
1 parent f0e7924 commit e4962dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export const RequestCheckoutWithSlider = forwardRef<
return (
<div
ref={mergeRefs([wrapperRef, ref])}
data-testid="request-checkout"
css={`
position: absolute;
width: 100vw;
Expand Down

0 comments on commit e4962dc

Please sign in to comment.