Skip to content

Commit

Permalink
Update editor class in acceptance test example
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Peters committed Jan 11, 2017
1 parent 050a8c9 commit 55616bc
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 55616bc

Please sign in to comment.