We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d4377 commit 240fce0Copy full SHA for 240fce0
test/e2e/silos.e2e.ts
@@ -200,7 +200,7 @@ test('Identity providers', async ({ page }) => {
200
'groups'
201
)
202
203
- await page.getByRole('button', { name: 'Cancel' }).click()
+ await page.getByRole('button', { name: 'Close' }).click()
204
205
await expect(dialog).toBeHidden()
206
@@ -320,7 +320,7 @@ test('Silo IP pools link pool', async ({ page }) => {
320
await expect(modal).toBeVisible()
321
322
// close modal works
323
324
await expect(modal).toBeHidden()
325
326
// reopen
0 commit comments