make sure button is enabled

This commit is contained in:
Matthias Mair 2024-04-18 01:07:57 +02:00
parent bb400c73ba
commit 180691e9c0
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -129,6 +129,7 @@ test('PUI - Pages - Part - Pricing (Internal)', async ({ page }) => {
await page.getByRole('menuitem', { name: 'Edit' }).click();
await page.getByText('Part *M2x4 SHCSSocket head').click();
await page.getByText('Part *M2x4 SHCSSocket head').click();
await page.getByRole('button', { name: 'Submit' }).isEnabled();
await page.getByRole('button', { name: 'Submit' }).click();
});