Skip to content

Commit a8086bb

Browse files
authored
Merge pull request #5488 from grafana/dev
v1.15.2
2 parents 50dbfd1 + 3bd20ed commit a8086bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grafana-plugin/e2e-tests/users/personalWebhook.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ test('Connects a personal notification webhook', async ({ adminRolePage: { page
6161

6262
// Connect
6363
await page.getByRole('button', { name: 'Connect' }).click();
64+
await page.waitForSelector('text=Disconnect');
6465

6566
// Check connection on User Info tab
6667
await page.getByRole('tab', { name: 'User info' }).click();

0 commit comments

Comments
 (0)