Skip to content

Commit aaf4c8d

Browse files
committed
Merge branch 't/13859'
2 parents 8565201 + 8b7b0d8 commit aaf4c8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Fixed Issues:
1010
* [#13361](http://dev.ckeditor.com/ticket/13361): Fixed: Images fail when site path includes parentheses because background-image path needs single-quotes around URL value.
1111
* [#13798](http://dev.ckeditor.com/ticket/13798): Fixed: Changing paragraph format causes cursor to move on Firefox 41.
1212

13+
Other Changes:
14+
15+
* [#13859](http://dev.ckeditor.com/ticket/13859): TCs created with `benter.tools.createTestsForEditors` will also receive editor bot as a second parameter.
16+
1317
## CKEditor 4.5.4
1418

1519
New Features:

tests/_benderjs/ckeditor/static/tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041

10421042
outputTests[ specificTestName ] = ( function( testName, editorName ) {
10431043
return function() {
1044-
inputTests[ testName ]( bender.editors[ editorName ] );
1044+
inputTests[ testName ]( bender.editors[ editorName ], bender.editorBots [ editorName ] );
10451045
};
10461046
} )( testName, editorName );
10471047
}

0 commit comments

Comments
 (0)