From c5330fa9248b852370bf1e9cea1b84f30329f3cc Mon Sep 17 00:00:00 2001 From: JamesToohey Date: Mon, 23 Aug 2021 12:30:21 +1000 Subject: [PATCH] TINY-7873: Adjust selection to account for changes in ARM Firefox 91 --- .../src/core/test/ts/browser/keyboard/ArrowKeysCefTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tinymce/src/core/test/ts/browser/keyboard/ArrowKeysCefTest.ts b/modules/tinymce/src/core/test/ts/browser/keyboard/ArrowKeysCefTest.ts index 659d9b141ee..ec7539bbfba 100644 --- a/modules/tinymce/src/core/test/ts/browser/keyboard/ArrowKeysCefTest.ts +++ b/modules/tinymce/src/core/test/ts/browser/keyboard/ArrowKeysCefTest.ts @@ -149,7 +149,7 @@ describe('browser.tinymce.core.keyboard.ArrowKeysCefTest', () => { editor.setContent('

Line 1

Line 2

Line 3 with some more text

'); 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);