mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 17:09:53 +02:00
cypress: shadow-dom example test (#4413)
This commit is contained in:
@@ -24,7 +24,7 @@ const ShadowDOM = () => {
|
||||
ReactDOM.render(<ShadowEditor />, reactRoot)
|
||||
})
|
||||
|
||||
return <div ref={container} />
|
||||
return <div ref={container} data-cy="outer-shadow-root" />
|
||||
}
|
||||
|
||||
const ShadowEditor = () => {
|
||||
|
Reference in New Issue
Block a user