Skip to content

Commit

Permalink
Ensure that extraPlugins tests are really testing anything in built v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
Comandeer committed May 21, 2018
1 parent 13527a5 commit b18b142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/core/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
bender.editorBot.create( {
name: 'editor_extraplugins',
config: {
plugins: '',
extraPlugins: 'basicstyles, image2, toolbar '
}
}, function( bot ) {
Expand Down Expand Up @@ -89,6 +90,7 @@
bender.editorBot.create( {
name: 'editor_extraPluginsarray',
config: {
plugins: '',
extraPlugins: [ 'basicstyles', 'image2', 'toolbar' ]
}
}, function( bot ) {
Expand Down

0 comments on commit b18b142

Please sign in to comment.