Browse Source

Updated tests – removed bender tags and CSS links.

Piotrek Koszuliński 9 years ago
parent
commit
9f84caa10e
29 changed files with 0 additions and 59 deletions
  1. 0 1
      packages/ckeditor5-ui/tests/balloonpanel/balloonpanelview.js
  2. 0 1
      packages/ckeditor5-ui/tests/button/buttonview.js
  3. 0 2
      packages/ckeditor5-ui/tests/componentfactory.js
  4. 0 2
      packages/ckeditor5-ui/tests/dropdown/createdropdown.js
  5. 0 2
      packages/ckeditor5-ui/tests/dropdown/dropdownpanelview.js
  6. 0 2
      packages/ckeditor5-ui/tests/dropdown/dropdownview.js
  7. 0 1
      packages/ckeditor5-ui/tests/dropdown/list/createlistdropdown.js
  8. 0 4
      packages/ckeditor5-ui/tests/dropdown/manual/dropdown.html
  9. 0 1
      packages/ckeditor5-ui/tests/editableui/editableuiview.js
  10. 0 1
      packages/ckeditor5-ui/tests/editableui/inline/inlineeditableuiview.js
  11. 0 2
      packages/ckeditor5-ui/tests/icon/iconview.js
  12. 0 1
      packages/ckeditor5-ui/tests/iframe/iframeview.js
  13. 0 2
      packages/ckeditor5-ui/tests/inputtext/inputtextview.js
  14. 0 2
      packages/ckeditor5-ui/tests/label/labelview.js
  15. 0 2
      packages/ckeditor5-ui/tests/labeledinput/labeledinputview.js
  16. 0 1
      packages/ckeditor5-ui/tests/list/listitemview.js
  17. 0 2
      packages/ckeditor5-ui/tests/list/listview.js
  18. 0 4
      packages/ckeditor5-ui/tests/manual/contextualtoolbar/contextualtoolbar.html
  19. 0 2
      packages/ckeditor5-ui/tests/manual/icon/icon.html
  20. 0 4
      packages/ckeditor5-ui/tests/manual/imagetoolbar/imagetoolbar.html
  21. 0 4
      packages/ckeditor5-ui/tests/manual/stickytoolbarview/stickytoolbarview.html
  22. 0 4
      packages/ckeditor5-ui/tests/manual/tickets/126/1.html
  23. 0 4
      packages/ckeditor5-ui/tests/manual/tickets/76/1.html
  24. 0 2
      packages/ckeditor5-ui/tests/model.js
  25. 0 1
      packages/ckeditor5-ui/tests/template.js
  26. 0 1
      packages/ckeditor5-ui/tests/toolbar/sticky/stickytoolbarview.js
  27. 0 2
      packages/ckeditor5-ui/tests/toolbar/toolbarview.js
  28. 0 1
      packages/ckeditor5-ui/tests/view.js
  29. 0 1
      packages/ckeditor5-ui/tests/viewcollection.js

+ 0 - 1
packages/ckeditor5-ui/tests/balloonpanel/balloonpanelview.js

@@ -4,7 +4,6 @@
  */
 
 /* global window, document */
-/* bender-tags: ui, balloonPanel, browser-only */
 
 import global from 'ckeditor5-utils/src/dom/global';
 import ViewCollection from 'ckeditor5-ui/src/viewcollection';

+ 0 - 1
packages/ckeditor5-ui/tests/button/buttonview.js

@@ -4,7 +4,6 @@
  */
 
 /* globals Event */
-/* bender-tags: ui, button */
 
 import testUtils from 'ckeditor5-core/tests/_utils/utils';
 import ButtonView from 'ckeditor5-ui/src/button/buttonview';

+ 0 - 2
packages/ckeditor5-ui/tests/componentfactory.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui */
-
 import Editor from 'ckeditor5-core/src/editor/editor';
 import ComponentFactory from 'ckeditor5-ui/src/componentfactory';
 import CKEditorError from 'ckeditor5-utils/src/ckeditorerror';

+ 0 - 2
packages/ckeditor5-ui/tests/dropdown/createdropdown.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, dropdown */
-
 import utilsTestUtils from 'ckeditor5-utils/tests/_utils/utils';
 import createDropdown from 'ckeditor5-ui/src/dropdown/createdropdown';
 import Model from 'ckeditor5-ui/src/model';

+ 0 - 2
packages/ckeditor5-ui/tests/dropdown/dropdownpanelview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, dropdown */
-
 import ViewCollection from 'ckeditor5-ui/src/viewcollection';
 import DropdownPanelView from 'ckeditor5-ui/src/dropdown/dropdownpanelview';
 

+ 0 - 2
packages/ckeditor5-ui/tests/dropdown/dropdownview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, dropdown */
-
 import DropdownView from 'ckeditor5-ui/src/dropdown/dropdownview';
 import ButtonView from 'ckeditor5-ui/src/button/buttonview';
 import DropdownPanelView from 'ckeditor5-ui/src/dropdown/dropdownpanelview';

+ 0 - 1
packages/ckeditor5-ui/tests/dropdown/list/createlistdropdown.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document, Event */
-/* bender-tags: ui, dropdown */
 
 import Model from 'ckeditor5-ui/src/model';
 import createListDropdown from 'ckeditor5-ui/src/dropdown/list/createlistdropdown';

+ 0 - 4
packages/ckeditor5-ui/tests/dropdown/manual/dropdown.html

@@ -1,7 +1,3 @@
-<head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <h2>Empty</h2>
 
 <div id="dropdown" class="ck-reset_all"></div>

+ 0 - 1
packages/ckeditor5-ui/tests/editableui/editableuiview.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document */
-/* bender-tags: editable */
 
 import EditableUIView from 'ckeditor5-ui/src/editableui/editableuiview';
 import Locale from 'ckeditor5-utils/src/locale';

+ 0 - 1
packages/ckeditor5-ui/tests/editableui/inline/inlineeditableuiview.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document */
-/* bender-tags: editable */
 
 import InlineEditableUIView from 'ckeditor5-ui/src/editableui/inline/inlineeditableuiview';
 import Locale from 'ckeditor5-utils/src/locale';

+ 0 - 2
packages/ckeditor5-ui/tests/icon/iconview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, icon */
-
 import IconView from 'ckeditor5-ui/src/icon/iconview';
 
 describe( 'IconView', () => {

+ 0 - 1
packages/ckeditor5-ui/tests/iframe/iframeview.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document */
-/* bender-tags: ui, iframe */
 
 import IframeView from 'ckeditor5-ui/src/iframe/iframeview';
 

+ 0 - 2
packages/ckeditor5-ui/tests/inputtext/inputtextview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, input */
-
 import InputTextView from 'ckeditor5-ui/src/inputtext/inputtextview';
 
 describe( 'InputTextView', () => {

+ 0 - 2
packages/ckeditor5-ui/tests/label/labelview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, label */
-
 import LabelView from 'ckeditor5-ui/src/label/labelview';
 
 describe( 'LabelView', () => {

+ 0 - 2
packages/ckeditor5-ui/tests/labeledinput/labeledinputview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, input */
-
 import LabeledInputView from 'ckeditor5-ui/src/labeledinput/labeledinputview';
 import InputView from 'ckeditor5-ui/src/inputtext/inputtextview';
 import LabelView from 'ckeditor5-ui/src/label/labelview';

+ 0 - 1
packages/ckeditor5-ui/tests/list/listitemview.js

@@ -4,7 +4,6 @@
  */
 
 /* globals Event */
-/* bender-tags: ui, list */
 
 import ListItemView from 'ckeditor5-ui/src/list/listitemview';
 

+ 0 - 2
packages/ckeditor5-ui/tests/list/listview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, list */
-
 import ViewCollection from 'ckeditor5-ui/src/viewcollection';
 import ListView from 'ckeditor5-ui/src/list/listview';
 

+ 0 - 4
packages/ckeditor5-ui/tests/manual/contextualtoolbar/contextualtoolbar.html

@@ -1,7 +1,3 @@
-<head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <div id="editor">
 	<p><em>This</em> is a <strong>first line</strong> of text.</p>
 	<p><em>This</em> is a <strong>second line</strong> of text.</p>

+ 0 - 2
packages/ckeditor5-ui/tests/manual/icon/icon.html

@@ -1,6 +1,4 @@
 <head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-
 	<style>
 		#inline-svg li {
 			width: 150px;

+ 0 - 4
packages/ckeditor5-ui/tests/manual/imagetoolbar/imagetoolbar.html

@@ -1,7 +1,3 @@
-<head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <div id="editor">
 	<p><em>This</em> is a <strong>first line</strong> of text.</p>
 	<figure class="image">

+ 0 - 4
packages/ckeditor5-ui/tests/manual/stickytoolbarview/stickytoolbarview.html

@@ -1,7 +1,3 @@
-<head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <div class="ck-reset ck-editor position-relative">
 	<div class="ck-reset_all ck-editor__top">
 	</div>

+ 0 - 4
packages/ckeditor5-ui/tests/manual/tickets/126/1.html

@@ -1,7 +1,3 @@
-<head>
-	<link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <button id="scroll" type="button">Scroll to the squares</button>
 
 <div id="anchors">

+ 0 - 4
packages/ckeditor5-ui/tests/manual/tickets/76/1.html

@@ -1,7 +1,3 @@
-<head>
-    <link rel="stylesheet" href="/theme/ckeditor.css">
-</head>
-
 <div id="editor">
     <p><a href="http://ckeditor.com">First link</a></p>
     <p><a href="http://ckeditor.com">First link</a></p>

+ 0 - 2
packages/ckeditor5-ui/tests/model.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui */
-
 import Model from 'ckeditor5-ui/src/model';
 
 let Car, car;

+ 0 - 1
packages/ckeditor5-ui/tests/template.js

@@ -3,7 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui */
 /* globals HTMLElement, Event, document */
 
 import testUtils from 'ckeditor5-core/tests/_utils/utils';

+ 0 - 1
packages/ckeditor5-ui/tests/toolbar/sticky/stickytoolbarview.js

@@ -4,7 +4,6 @@
  */
 
 /* globals document */
-/* bender-tags: ui, toolbar */
 
 import global from 'ckeditor5-utils/src/dom/global';
 import testUtils from 'ckeditor5-core/tests/_utils/utils';

+ 0 - 2
packages/ckeditor5-ui/tests/toolbar/toolbarview.js

@@ -3,8 +3,6 @@
  * For licensing, see LICENSE.md.
  */
 
-/* bender-tags: ui, toolbar */
-
 import ToolbarView from 'ckeditor5-ui/src/toolbar/toolbarview';
 import ViewCollection from 'ckeditor5-ui/src/viewcollection';
 

+ 0 - 1
packages/ckeditor5-ui/tests/view.js

@@ -4,7 +4,6 @@
  */
 
 /* global document, setTimeout, HTMLElement */
-/* bender-tags: ui */
 
 import testUtils from 'ckeditor5-core/tests/_utils/utils';
 import View from 'ckeditor5-ui/src/view';

+ 0 - 1
packages/ckeditor5-ui/tests/viewcollection.js

@@ -4,7 +4,6 @@
  */
 
 /* global document */
-/* bender-tags: ui */
 
 import CKEditorError from 'ckeditor5-utils/src/ckeditorerror';
 import Collection from 'ckeditor5-utils/src/collection';