소스 검색

Changed test name.

Oskar Wróbel 8 년 전
부모
커밋
8e9987c2d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/contextual/contextualtoolbar.js

+ 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();