Skip to content

Commit

Permalink
test(e2e): open accordion before trying to use
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis committed May 16, 2024
1 parent 7925854 commit 6eedc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/tests/i18n/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ test.describe('Settings', () => {
await page.getByRole('checkbox', { name: 'indexable' }).click();
await page.getByRole('button', { name: 'There are 2 missing components' }).click();
await page.getByRole('button', { name: 'Product carousel' }).click();
await page.getByRole('button', { name: 'Product carousel' }).click();
await page
.getByRole('region', { name: /Product carousel/ })
.getByRole('textbox', { name: 'title' })
Expand Down

0 comments on commit 6eedc70

Please sign in to comment.