Set test id for apps iframe (#3640)
This commit is contained in:
parent
dc45c3d090
commit
3d2559ca0c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ const _AppIFrame = forwardRef<HTMLIFrameElement, AppIFrameProps>(
|
|||
|
||||
return (
|
||||
<iframe
|
||||
data-test-id="app-frame"
|
||||
ref={ref}
|
||||
src={iframeSrc}
|
||||
onLoad={onLoad}
|
||||
|
|
Loading…
Reference in a new issue