mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	test(e2e): flaky test
This commit is contained in:
		| @@ -55,6 +55,8 @@ test("Displays math popup", async ({ page, context }) => { | |||||||
|     await app.goto(); |     await app.goto(); | ||||||
|     await app.goToNoteInNewTab("Empty text"); |     await app.goToNoteInNewTab("Empty text"); | ||||||
|     const noteContent = app.currentNoteSplit.locator(".note-detail-editable-text-editor"); |     const noteContent = app.currentNoteSplit.locator(".note-detail-editable-text-editor"); | ||||||
|  |     await expect(noteContent.locator("p")).toBeVisible(); | ||||||
|  |     await noteContent.focus(); | ||||||
|     await noteContent.fill("Hello world"); |     await noteContent.fill("Hello world"); | ||||||
|     await noteContent.press("ControlOrMeta+M"); |     await noteContent.press("ControlOrMeta+M"); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user