Browse Source

Changed test name.

Oskar Wróbel 8 years ago
parent
commit
8e9987c2d4

+ 1 - 1
packages/ckeditor5-ui/tests/toolbar/contextual/contextualtoolbar.js

@@ -408,7 +408,7 @@ describe( 'ContextualToolbar', () => {
 		} );
 	} );
 
-	describe( 'beforeShow event', () => {
+	describe( 'show event', () => {
 		it( 'should fire `show` event just before panel shows', () => {
 			const spy = sinon.spy();