mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +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:
parent
100f8a23f4
commit
a62e35c123
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user