File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/text-editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ describe('limel-text-editor', () => {
2525 <span class="leading-outline"></span>
2626 <span class="trailing-outline"></span>
2727 </span>
28- <limel-prosemirror-adapter aria-controls=${ ariaControls [ 0 ] } contenttype="markdown" id=${ ids [ 0 ] } language="en"></limel-prosemirror-adapter>
28+ <limel-prosemirror-adapter aria-controls=${ ariaControls [ 0 ] } contenttype="markdown" id=${ ids [ 0 ] } language="en" tabindex="0" ></limel-prosemirror-adapter>
2929 </mock:shadow-root>
3030 </limel-text-editor>` ) ;
3131 } ) ;
@@ -74,7 +74,7 @@ describe('limel-text-editor', () => {
7474 value : { attribute : 'value' , value : 'test' } ,
7575 disabled : { attribute : 'tabindex' , value : false } ,
7676 } ,
77- [ 'test' , null ] ,
77+ [ 'test' , '0' ] ,
7878 ] ,
7979 [
8080 {
You can’t perform that action at this time.
0 commit comments