make sure button is enabled
This commit is contained in:
parent
bb400c73ba
commit
180691e9c0
|
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue