diff --git a/ghost/core/test/e2e-browser/admin/publishing.spec.js b/ghost/core/test/e2e-browser/admin/publishing.spec.js index 52e9a5fb27..ad38aa62c2 100644 --- a/ghost/core/test/e2e-browser/admin/publishing.spec.js +++ b/ghost/core/test/e2e-browser/admin/publishing.spec.js @@ -166,6 +166,7 @@ test.describe('Publishing', () => { // add some extra text to the post await adminPage.locator('[data-kg="editor"]').click(); + await adminPage.waitForTimeout(100); await adminPage.keyboard.press('Enter'); await adminPage.keyboard.type('This is some updated text.');