We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ok
1 parent 345f33c commit caa5ef5Copy full SHA for caa5ef5
e2e-tests/admin/tests/auth-method-oidc-vault.spec.js
@@ -84,7 +84,7 @@ test(
84
// Set auth method as primary
85
await page.getByText('Manage', { exact: true }).click();
86
await page.getByRole('button', { name: 'Make Primary' }).click();
87
- await page.getByRole('button', { name: 'OK' }).click();
+ await page.getByRole('button', { name: 'OK', exact: true }).click();
88
await expect(
89
page.getByRole('alert').getByText('Success', { exact: true }),
90
).toBeVisible();
0 commit comments