FIX: Keyboard handling regression

This commit is contained in:
Robin Ward
2015-11-18 12:35:17 -05:00
parent 0ede6b5ed6
commit 84a50a1260
4 changed files with 27 additions and 7 deletions

View File

@ -63,7 +63,6 @@ function testCase(title, testFunc) {
}
testCase(`bold button with no selection`, function(assert, textarea) {
console.log(textarea.selectionStart);
click(`button.bold`);
andThen(() => {
const example = I18n.t(`composer.bold_text`);