Merge pull request #5488 from grafana/dev

v1.15.2
This commit is contained in:
Matias Bordese 2025-03-06 14:41:12 -03:00 committed by GitHub
commit a8086bb6f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,6 +61,7 @@ test('Connects a personal notification webhook', async ({ adminRolePage: { page
// Connect
await page.getByRole('button', { name: 'Connect' }).click();
await page.waitForSelector('text=Disconnect');
// Check connection on User Info tab
await page.getByRole('tab', { name: 'User info' }).click();