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:
@ -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');
|
||||
|
Reference in New Issue
Block a user