Skip to content

Commit 0da33d8

Browse files
committed
Fix locator on test.
1 parent 4151b05 commit 0da33d8

File tree

1 file changed

+1
-1
lines changed
  • src/packages/end-to-end/src/__tests__/ui/sqlite/issues

1 file changed

+1
-1
lines changed

src/packages/end-to-end/src/__tests__/ui/sqlite/issues/gh192.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test('ensure toast is displayed with the name of the item after creation', async
77
await page.goto(config.adminUiUrl);
88
await page.getByRole('link', { name: 'Album' }).click();
99

10-
await page.getByTestId('detail-panel-field-artist').getByRole('combobox').click();
10+
await page.getByTestId('artist-filter').getByRole('combobox').click();
1111
await expect(page.getByText('A Cor Do Som')).toBeVisible();
1212
await page.getByText('A Cor Do Som').click();
1313

0 commit comments

Comments
 (0)