2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-14 02:07:13 +00:00

deps(frontend): bump mantine packages (#11020)

* bump mantine packages

* bump helpers

* Adjust frontend test

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
Matthias Mair
2026-01-03 23:45:09 +01:00
committed by GitHub
parent c032607921
commit 64650781be
2 changed files with 127 additions and 113 deletions

View File

@@ -84,7 +84,8 @@ test('Tables - Columns', async ({ browser }) => {
// De-select some items
await page.getByRole('menuitem', { name: 'Description' }).click();
await page.getByRole('menuitem', { name: 'Stocktake' }).click();
await page.getByRole('menuitem', { name: 'Batch Code' }).click();
await page.keyboard.press('Escape');
await navigate(page, '/sales/index/salesorders');