mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-06 19:41:16 +00:00
Playwright test
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user