mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	[Docker] Update node version (#9383)
* Update node version * Install nvm * Use n instead of nvm * Use same approach in devcontainer * nvm -> npm * Split commands * Fix typo * Workaround : install bash * Tweak playwright tests * Bump number of retries * Update deps * Only one worker * SEcurity fix * Adjust
This commit is contained in:
		| @@ -22,6 +22,7 @@ test('Parts - Tabs', async ({ page }) => { | ||||
|   // Select a particular part from the table | ||||
|   await clearTableFilters(page); | ||||
|   await page.getByPlaceholder('Search').fill('1551'); | ||||
|   await page.waitForLoadState('networkidle'); | ||||
|   await page.getByText('1551ABK').click(); | ||||
|  | ||||
|   await loadTab(page, 'Allocations'); | ||||
|   | ||||
| @@ -64,6 +64,7 @@ test('Plugins - Functionality', async ({ page, request }) => { | ||||
|   await navigate(page, 'settings/admin/plugin/'); | ||||
|   await clearTableFilters(page); | ||||
|   await page.getByPlaceholder('Search').fill('sample'); | ||||
|   await page.waitForLoadState('networkidle'); | ||||
|  | ||||
|   // Activate the plugin | ||||
|   const cell = await page.getByText('Sample API Caller', { exact: true }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user