From a62e35c123d7e6be517d51895ffdb97f2743bc2e Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:16:50 -0700 Subject: [PATCH] Chore: Attempt to reduce plugin API automated test failures (#11288) Co-authored-by: Laurent Cozic --- packages/app-desktop/integration-tests/pluginApi.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/app-desktop/integration-tests/pluginApi.spec.ts b/packages/app-desktop/integration-tests/pluginApi.spec.ts index e1ba59e14..ff0eee367 100644 --- a/packages/app-desktop/integration-tests/pluginApi.spec.ts +++ b/packages/app-desktop/integration-tests/pluginApi.spec.ts @@ -18,6 +18,7 @@ test.describe('pluginApi', () => { await editor.richTextEditor.click(); } + await editor.expectToHaveText('This content should be overwritten.'); await mainScreen.goToAnything.runCommand(app, 'testUpdateEditorText'); await editor.expectToHaveText('PASS');