Playwright test

This commit is contained in:
Oliver Walters 2026-03-31 01:44:39 +00:00
parent da55029fd9
commit 86c0898cab
1 changed files with 1 additions and 0 deletions

View File

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