Fix playwright test

This commit is contained in:
Oliver Walters 2026-06-24 13:06:34 +00:00
parent 65956ce7a4
commit da0e9ef95f
1 changed files with 2 additions and 1 deletions

View File

@ -499,7 +499,8 @@ test('Stock - Tracking', async ({ browser }) => {
// Navigate to the "stock tracking" tab
await loadTab(page, 'Stock Tracking');
await page.getByText('- - Factory/Office Block/Room').first().waitFor();
await page.getByText('Factory/Office Block/Room').first().waitFor();
await page.getByRole('link', { name: 'Widget Assembly' }).waitFor();
await page.getByRole('cell', { name: 'Installed into assembly' }).waitFor();