File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ describe('Front matter support', function() {
8080 cy . getEditor ( ) . find ( '.text-editor__wrapper' ) . scrollTo ( 'bottom' )
8181 cy . getContent ( ) . find ( '.split-view__preview' ) . eq ( 2 ) . should ( 'be.visible' )
8282 cy . get ( '.code-block' ) . eq ( 2 ) . find ( 'code' ) . should ( 'not.be.visible' )
83- cy . get ( '.split-view__preview' ) . find ( 'svg .entityTitleText ' )
83+ cy . get ( '.split-view__preview' ) . find ( 'svg .erDiagramTitleText ' )
8484 . contains ( 'Order example' )
8585 } )
8686 } )
@@ -100,7 +100,7 @@ describe('Front matter support', function() {
100100 cy . openFile ( 'codeblock.md' ) . then ( ( ) => {
101101 cy . getContent ( ) . find ( '.split-view__preview' ) . find ( 'svg' ) . should ( 'be.visible' )
102102 cy . get ( '.code-block' ) . eq ( 2 ) . find ( 'code' ) . should ( 'not.be.visible' )
103- cy . get ( '.split-view__preview' ) . find ( 'svg .entityTitleText ' )
103+ cy . get ( '.split-view__preview' ) . find ( 'svg .erDiagramTitleText ' )
104104 . contains ( 'Order example' )
105105 } )
106106 } )
You can’t perform that action at this time.
0 commit comments