mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	make sure button is enabled
This commit is contained in:
		| @@ -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(); | ||||
| }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user