mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Template Editor Improvements (#9434)
* add unmount hook and context to report editor ui feature * Fix tests * Update pui_printing.spec.ts * Update pui_printing.spec.ts * try fix tests * retrigger ci * remove debug messages
This commit is contained in:
		| @@ -138,7 +138,7 @@ test('Report Editing', async ({ browser, request }) => { | ||||
|     .click(); | ||||
|   const msg = (await consoleLogPromise).args(); | ||||
|   expect(await msg[0].jsonValue()).toBe('updatePreview'); | ||||
|   expect((await msg[1].jsonValue())[0]).toBe(newTextareaValue); | ||||
|   expect(await msg[1].jsonValue()).toBe(newTextareaValue); | ||||
|  | ||||
|   // deactivate the sample plugin again after the test | ||||
|   await setPluginState({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user