Clarify category selectors for manage products

This commit is contained in:
beatz174-bit
2025-11-24 07:42:50 +10:00
parent 2faeb09526
commit d01ba0079e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ test.describe('Active pick list', () => {
await page.getByLabel('Name').click();
await page.getByLabel('Name').fill('Playwright Cola');
await page.getByLabel('Category').click();
await page.getByLabel('Add product category').click();
await page.getByRole('option', { name: 'Drinks' }).click();
await page.getByRole('button', { name: 'Save Product' }).click();