dummy change

This commit is contained in:
Matthias Mair 2024-04-16 13:16:15 +02:00
parent f70b9819f5
commit 533fd1e33e
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 0 deletions

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();
});