Преглед на файлове

Aligned manual test to latest changes.

Oskar Wróbel преди 6 години
родител
ревизия
3854e41428

+ 1 - 2
packages/ckeditor5-ui/tests/manual/contextualballoon/contextualballoon.js

@@ -90,8 +90,7 @@ ClassicEditor
 				{ id: 2, start: [ 1, 2 ], end: [ 1, 33 ], color: 'green' },
 				{ id: 3, start: [ 5, 20 ], end: [ 5, 35 ], color: 'blue' },
 				{ id: 4, start: [ 5, 15 ], end: [ 5, 40 ], color: 'pink' },
-				{ id: 5, start: [ 5, 10 ], end: [ 5, 45 ], color: 'yellow' },
-				{ id: 6, start: [ 5, 5 ], end: [ 5, 50 ], color: 'green' },
+				{ id: 5, start: [ 5, 10 ], end: [ 5, 45 ], color: 'yellow' }
 			].forEach( data => {
 				writer.addMarker( `highlight:${ data.id }:${ data.color }`, {
 					range: writer.createRange(

+ 2 - 2
packages/ckeditor5-ui/tests/manual/contextualballoon/contextualballoon.md

@@ -8,7 +8,7 @@
 ## Multiple stacks
 
 1. Select some highlighted text - "View in separate stack." should show up.
-2. Switch stacks by clicking navigation buttons. You should switch between toolbar and custom views. Toolbar view should be displayed without information about number of stacks (only left and right arrows).
+2. Switch stacks by clicking navigation buttons. You should switch between toolbar and custom views.
 
 ## Fake panels - min
 
@@ -16,4 +16,4 @@
 
 ## Fake panels - max
 
-1. Select text `[select]` from the lower highlight. You should see `1 of 5` status of pagination but only 3 additional layers under the balloon should be visible.
+1. Select text `[select]` from the lower highlight. You should see `1 of 4` status of pagination but only 2 additional layers under the balloon should be visible.