Skip to content

Commit 3bd20ed

Browse files
authored
fix: update e2e test (#5487)
1 parent 06bc076 commit 3bd20ed

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)