1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Chore: Attempt to reduce plugin API automated test failures (#11288)

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
Henry Heino
2024-10-30 15:16:50 -07:00
committed by GitHub
parent 100f8a23f4
commit a62e35c123

View File

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