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