mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Simplify display of "locked" part status (#8297)
* Simplify display of "locked" part status - REmove big badge - Show subtle icon * Update playwright test
This commit is contained in:
@ -15,7 +15,7 @@ test('Pages - Part - Locking', async ({ page }) => {
|
||||
// Navigate to a known assembly which *is* locked
|
||||
await page.goto(`${baseUrl}/part/100/bom`);
|
||||
await page.getByRole('tab', { name: 'Bill of Materials' }).click();
|
||||
await page.getByText('Locked', { exact: true }).waitFor();
|
||||
await page.getByLabel('part-lock-icon').waitFor();
|
||||
await page.getByText('Part is Locked', { exact: true }).waitFor();
|
||||
|
||||
// Check the "parameters" tab also
|
||||
|
Reference in New Issue
Block a user