Skip to content

Commit

Permalink
Merge pull request #123 from liveeditor/master
Browse files Browse the repository at this point in the history
Update editor class in acceptance test example
  • Loading branch information
mixonic authored Feb 9, 2017
2 parents 050a8c9 + 55616bc commit 6388c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ import { insertText, run } from '../../helpers/ember-mobiledoc-editor';
test('visit /', function(assert) {
visit('/');
andThen(() => {
let editorEl = find('.mobiledoc-kit')[0];
let editorEl = find('.mobiledoc-editor__editor')[0];
return insertText(editorEl, 'here is some text');
/* Or:
return run(editorEl, (postEditor) => ...);
Expand Down

0 comments on commit 6388c7f

Please sign in to comment.