﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13859	createTestsForEditors should provide editor bot as a second argument	Marek Lewandowski	Tomasz Jakut	"It's going to be way more convenient. Some tests need to use editorbot, and instead of going around and picking yourself by using `bender.editorBots[ editor.name ]` you can just use second parameter in your TC.

So you can end up with code like:

{{{
'test foo': function( editor, bot ) {
	bot.setHtmlWithSelection( '<p>foobar^</p>' );
	// ...
},
}}}"	Task	closed	Normal	CKEditor 4.5.5	General	4.5.4	fixed		
