2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-06 19:41:16 +00:00

Playwright test

This commit is contained in:
Oliver Walters
2026-03-31 01:44:39 +00:00
parent da55029fd9
commit 86c0898cab

View File

@@ -193,6 +193,7 @@ test('Sales Orders - Shipments', async ({ browser }) => {
await page.getByRole('cell', { name: tracking_number }).click(); await page.getByRole('cell', { name: tracking_number }).click();
// Click through the various tabs // Click through the various tabs
await loadTab(page, 'Parameters');
await loadTab(page, 'Attachments'); await loadTab(page, 'Attachments');
await loadTab(page, 'Notes'); await loadTab(page, 'Notes');
await loadTab(page, 'Allocated Stock'); await loadTab(page, 'Allocated Stock');