You've already forked joplin
							
							
				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:
		| @@ -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'); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user