2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-23 23:30:54 +00:00

[Docker] Update node version ()

* 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:
Oliver
2025-03-27 01:25:58 +11:00
committed by GitHub
parent c4cf9ecd94
commit 99ec486b79
7 changed files with 23 additions and 5 deletions

@ -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 });