mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
remove submit
This commit is contained in:
parent
180691e9c0
commit
17f59f5ae8
@ -129,8 +129,6 @@ 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();
|
||||
});
|
||||
|
||||
test('PUI - Pages - Part - Pricing (Purchase)', async ({ page }) => {
|
||||
|
Loading…
Reference in New Issue
Block a user