2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-18 07:18:39 +00:00

chore(frontend): resolution bump (#11465)

* chore(frontend): resolution bump

* bump nyc

* bump vite-plugin-istanbul

* bump @codecov/vite-plugin

* bump @lingui

* fix typing

* fix tests

* make more robust

* fix @codemirror

* fix another switch

* add more "give" to test

* ifnore demo dataset

* fix assert

* revert test change

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
Matthias Mair
2026-03-12 02:14:36 +01:00
committed by GitHub
parent a964d6682e
commit 57949b69e0
9 changed files with 1580 additions and 1864 deletions
+1 -4
View File
@@ -605,10 +605,7 @@ test('Build Order - Tracked Outputs', async ({ browser }) => {
.getByLabel('text-field-serial_numbers', { exact: true })
.fill('16');
await page
.locator('label')
.filter({ hasText: 'Auto Allocate Serial' })
.locator('div')
.first()
.getByRole('switch', { name: 'boolean-field-auto_allocate' })
.click();
await page.getByRole('button', { name: 'Submit' }).click();