remove submit

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

View File

@ -129,8 +129,6 @@ test('PUI - Pages - Part - Pricing (Internal)', async ({ page }) => {
await page.getByRole('menuitem', { name: 'Edit' }).click(); 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.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();
}); });
test('PUI - Pages - Part - Pricing (Purchase)', async ({ page }) => { test('PUI - Pages - Part - Pricing (Purchase)', async ({ page }) => {