2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-14 03:46:44 +00:00

[UI] Top level text (#10406)

* Adjust top-level parts page

* Adjust top level stock page

* Fix playwright tests

* Tweak playwright test
This commit is contained in:
Oliver
2025-09-27 17:10:43 +10:00
committed by GitHub
parent 230e1edc00
commit 922827227c
3 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ test('Stock - Basic Tests', async ({ browser }) => {
await loadTab(page, 'Stock Locations');
await page.getByRole('cell', { name: 'Electronics Lab' }).first().click();
await loadTab(page, 'Default Parts');
await loadTab(page, 'Stock Locations');
await loadTab(page, 'Sublocations');
await loadTab(page, 'Stock Items');
await loadTab(page, 'Location Details');
@@ -350,7 +350,7 @@ test('Stock - Location', async ({ browser }) => {
await loadTab(page, 'Default Parts');
await loadTab(page, 'Stock Items');
await loadTab(page, 'Stock Locations');
await loadTab(page, 'Sublocations');
await loadTab(page, 'Location Details');
await page.getByLabel('action-menu-barcode-actions').click();