Skip to content

Commit

Permalink
test(toolbar): fix failed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
mingjunlu committed Mar 29, 2024
1 parent 190e68f commit ee4aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/e2e/dev-toolbar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ test.describe('Dev Toolbar', () => {
await expect(settingsWindow).toBeVisible();

for (const placement of ['bottom-left', 'bottom-center', 'bottom-right']) {
const select = toolbar.getByLabel('Placement');
const select = toolbar.getByRole('combobox');
await expect(select).toBeVisible();
await select.selectOption(placement);

Expand Down

0 comments on commit ee4aa0d

Please sign in to comment.