mirror of https://github.com/grafana/grafana
parent
594e9b1b73
commit
c94468339c
@ -0,0 +1,8 @@ |
||||
import { test, expect } from '@grafana/plugin-e2e'; |
||||
|
||||
test('Smoke test: decoupled frontend plugin loads', async ({ createDataSourceConfigPage, page }) => { |
||||
await createDataSourceConfigPage({ type: 'cloudwatch' }); |
||||
|
||||
await expect(await page.getByText('Type: CloudWatch', { exact: true })).toBeVisible(); |
||||
await expect(await page.getByRole('heading', { name: 'Connection Details', exact: true })).toBeVisible(); |
||||
}); |
Loading…
Reference in new issue