2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-27 01:00:53 +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:
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

View File

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