Fix playwright test
This commit is contained in:
parent
65956ce7a4
commit
da0e9ef95f
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue