From 10648ef2c72891ea83dfe60e2395d25b1aab688e Mon Sep 17 00:00:00 2001 From: Mateusz Samsel Date: Tue, 6 Feb 2018 15:17:03 +0100 Subject: [PATCH] Ignore widgetselection tests on non-webkit browsers. --- tests/plugins/widgetselection/keys.js | 6 ++++++ tests/plugins/widgetselection/manual/specialcharacters.html | 3 +++ 2 files changed, 9 insertions(+) diff --git a/tests/plugins/widgetselection/keys.js b/tests/plugins/widgetselection/keys.js index 10a581d9408..cff2c20a0b7 100644 --- a/tests/plugins/widgetselection/keys.js +++ b/tests/plugins/widgetselection/keys.js @@ -23,6 +23,12 @@ } bender.test( { + setUp: function() { + if ( !CKEDITOR.env.webkit ) { + assert.ignore(); + } + }, + 'test `ctrl + a` key combination': function() { var editor = this.editor; this.editorBot.setHtmlWithSelection( '

Non-editable

This ^is text

' ); diff --git a/tests/plugins/widgetselection/manual/specialcharacters.html b/tests/plugins/widgetselection/manual/specialcharacters.html index 02f8fcbef49..444d58ad62c 100644 --- a/tests/plugins/widgetselection/manual/specialcharacters.html +++ b/tests/plugins/widgetselection/manual/specialcharacters.html @@ -5,6 +5,9 @@

Hello world!