Skip to content

Commit

Permalink
TINY-7873: Adjust selection to account for changes in ARM Firefox 91
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesToohey authored and lnewson committed Aug 24, 2021
1 parent ac54962 commit c5330fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('browser.tinymce.core.keyboard.ArrowKeysCefTest', () => {
editor.setContent('<p>Line 1</p><p><video height="400" width="200" src="custom/video.mp4" contenteditable="false"></video> Line 2</p><p>Line 3 with some more text</p>');
await pMediaWait();
scrollTo(editor, 0, 400);
TinySelections.setCursor(editor, [ 2, 0 ], 26);
TinySelections.setCursor(editor, [ 2, 0 ], 22);
resetScrollCount();
TinyContentActions.keystroke(editor, Keys.up());
assertScrollCount(1);
Expand Down

0 comments on commit c5330fa

Please sign in to comment.