Skip to content

Commit

Permalink
Enforced en language in tests that would fail in case of other langua…
Browse files Browse the repository at this point in the history
…ge suggested by user agent.
  • Loading branch information
mlewand committed Nov 3, 2016
1 parent f69ca7c commit 3f48f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/plugins/widget/widgetsintegration.js
Expand Up @@ -11,6 +11,7 @@
var editorConfig = {
plugins: 'wysiwygarea,sourcearea,widget,clipboard',
allowedContent: true,
language: 'en',
on: {
pluginsLoaded: function( evt ) {
evt.editor.dataProcessor.writer.sortAttributes = 1;
Expand Down
1 change: 1 addition & 0 deletions tests/plugins/widget/widgetsrepoapi.js
Expand Up @@ -24,6 +24,7 @@
bender.editor = {
config: {
allowedContent: true,
language: 'en',
on: {
loaded: function( evt ) {
Widget = CKEDITOR.plugins.widget;
Expand Down

0 comments on commit 3f48f9b

Please sign in to comment.