fix e2e tests

This commit is contained in:
ItalyPaleAle
2026-08-09 19:45:11 -07:00
parent e2ff72fc48
commit d37190a072
+1 -1
View File
@@ -262,7 +262,7 @@ test('Client secrets can be created with an expiration', async ({ page }) => {
await page.goto(`/settings/admin/oidc-clients/${oidcClient.id}#credentials`);
const card = page.getByTestId('client-secrets-card');
await card.getByRole('combobox').click();
await card.getByRole('button', { name: 'Expiration' }).click();
await page.getByRole('option', { name: '90 days' }).click();
await card.getByRole('button', { name: 'Add client secret' }).click();