/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
e2e-playwright/plugin-e2e/cloudmonitoring/cloudmonitoring.spec.ts
14 строк
458 B
Matt Cowley
Datasources: Remove duplicate type from header subtitle (#123966)
04 май 2026, 16:22
Не верифицирован
04 май 2026, 16:22
343f5bc
Код
Авторство
О чём код?
import { test, expect } from '@grafana/plugin-e2e'; test( 'Smoke test: decoupled frontend plugin loads', { tag: '@plugins', }, async ({ createDataSourceConfigPage, page }) => { await createDataSourceConfigPage({ type: 'stackdriver' }); await expect(await page.getByText(/^Type\s*Google Cloud Monitoring$/, { exact: true })).toBeVisible(); await expect(await page.getByText('Google JWT File', { exact: true })).toBeVisible(); } );