Skip to content

Commit

Permalink
Tweak unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed May 21, 2024
1 parent aaeda32 commit 07ca9a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/tests/pui_stock.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ test('PUI - Stock', async ({ page }) => {

await page.getByRole('tab', { name: 'Stock Items' }).click();
await page.getByRole('cell', { name: '1551ABK' }).click();

await page.getByRole('tab', { name: 'Stock', exact: true }).click();
await page.waitForURL('**/platform/stock/**');
await page.getByRole('tab', { name: 'Stock Locations' }).click();
await page.getByRole('cell', { name: 'Electronics Lab' }).first().click();
await page.getByRole('tab', { name: 'Default Parts' }).click();
Expand Down

0 comments on commit 07ca9a1

Please sign in to comment.