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

[UI] Part test result table (#10368)

* Add generic test result table for part

* Adjust table identifier

* Additional table filters

* Update permissions

* Consolidate naming

* Tweak playwright tests
This commit is contained in:
Oliver
2025-09-21 12:34:14 +10:00
committed by GitHub
parent 2f357587bc
commit a18771bcba
7 changed files with 69 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ test('Stock - Basic Tests', async ({ browser }) => {
await page.getByText('D.123 | Doohickey').waitFor();
await page.getByText('Batch Code: BX-123-2024-2-7').waitFor();
await loadTab(page, 'Stock Tracking');
await loadTab(page, 'Test Data');
await loadTab(page, 'Test Results');
await page.getByText('395c6d5586e5fb656901d047be27e1f7').waitFor();
await loadTab(page, 'Installed Items');
});