From fbdb93f1a768a05e6e3f2c6fd32b5de50a745bc6 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 10 Apr 2026 23:26:18 +0200 Subject: [PATCH] tests: combobox not closed in e2e test --- tests/specs/application-configuration.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/specs/application-configuration.spec.ts b/tests/specs/application-configuration.spec.ts index 695bb4d4..87e8979d 100644 --- a/tests/specs/application-configuration.spec.ts +++ b/tests/specs/application-configuration.spec.ts @@ -53,6 +53,7 @@ test.describe('Update user creation configuration', () => { await page.getByRole('combobox', { name: 'User Groups' }).click(); await page.getByRole('option', { name: 'Developers' }).click(); await page.getByRole('option', { name: 'Designers' }).click(); + await page.getByRole('combobox', { name: 'User Groups' }).click(); await page.getByRole('button', { name: 'Save' }).nth(1).click();