Skip to content

Commit

Permalink
Fix PUI form test (set location)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-thorn committed Nov 11, 2024
1 parent 22ba583 commit f90a82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/tests/pui_forms.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test('Forms - Stock Item Validation', async ({ page }) => {

// Set location
await page.getByLabel('related-field-location').click();
await page.getByRole('option', { name: /Electronics Lab/ }).click();
await page.getByText('Electronics production facility').click();

// Create the stock item
await page.getByLabel('number-field-quantity').fill('123');
Expand Down

0 comments on commit f90a82c

Please sign in to comment.