Skip to content

Commit

Permalink
Fix incorrect selectors & editor name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sculpt0r committed May 10, 2021
1 parent 748e785 commit b481033
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/tabletools/allowedcontent.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
} );

bender.editors[ 'editor_' + index + '_allowed:' + array.join( ',' ) ] = {
bender.editors[ 'editor_' + index + '_allowed_' + array.join( '_' ) ] = {
config: {
allowedContent: bender.editors.editor.config.allowedContent,
extraAllowedContent: extraAllowedContent
Expand Down
1 change: 0 additions & 1 deletion tests/tickets/4527/1.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
bender.editor = {
editorName: 'editor1',
startupData: '',
name: document.title,
config: {
forceSimpleAmpersand: true,
mailProtection: 'encode'
Expand Down

0 comments on commit b481033

Please sign in to comment.