2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00

dummy change

This commit is contained in:
Matthias Mair
2024-04-16 13:16:15 +02:00
parent f70b9819f5
commit 533fd1e33e

View File

@@ -85,6 +85,7 @@ test('PUI - Purchasing', async ({ page }) => {
await page.getByRole('menuitem', { name: 'Edit' }).click();
await page.getByLabel('Address title *').waitFor();
await page.getByRole('button', { name: 'Submit' }).isEnabled();
await page.getByRole('button', { name: 'Submit' }).click();
await page.getByRole('tab', { name: 'Details' }).waitFor();
});