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 (
|
return (
|
||||||
<iframe
|
<iframe
|
||||||
|
data-test-id="app-frame"
|
||||||
ref={ref}
|
ref={ref}
|
||||||
src={iframeSrc}
|
src={iframeSrc}
|
||||||
onLoad={onLoad}
|
onLoad={onLoad}
|
||||||
|
|
Loading…
Reference in a new issue