Set test id for apps iframe (#3640)

This commit is contained in:
Patryk Andrzejewski 2023-05-16 10:02:54 +02:00 committed by GitHub
parent dc45c3d090
commit 3d2559ca0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ const _AppIFrame = forwardRef<HTMLIFrameElement, AppIFrameProps>(
return (
<iframe
data-test-id="app-frame"
ref={ref}
src={iframeSrc}
onLoad={onLoad}