From 3f48f9b685a729c6c27cc4c27adfe27e24a668d6 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Thu, 3 Nov 2016 11:03:02 +0100 Subject: [PATCH] Enforced en language in tests that would fail in case of other language suggested by user agent. --- tests/plugins/widget/widgetsintegration.js | 1 + tests/plugins/widget/widgetsrepoapi.js | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/plugins/widget/widgetsintegration.js b/tests/plugins/widget/widgetsintegration.js index 752a131b2d0..2bf687eb411 100644 --- a/tests/plugins/widget/widgetsintegration.js +++ b/tests/plugins/widget/widgetsintegration.js @@ -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; diff --git a/tests/plugins/widget/widgetsrepoapi.js b/tests/plugins/widget/widgetsrepoapi.js index 3634029abb7..c28059ee00a 100644 --- a/tests/plugins/widget/widgetsrepoapi.js +++ b/tests/plugins/widget/widgetsrepoapi.js @@ -24,6 +24,7 @@ bender.editor = { config: { allowedContent: true, + language: 'en', on: { loaded: function( evt ) { Widget = CKEDITOR.plugins.widget;