Chore: Bump to latest version of plugin-e2e (#84370)

bump plugin-e2e and update tests
This commit is contained in:
Erik Sundell
2024-03-13 14:37:28 +01:00
committed by GitHub
parent 0604ddac13
commit c0933fa6bb
4 changed files with 14 additions and 25 deletions
@@ -33,9 +33,7 @@ test.describe('query editor query data', () => {
});
test.describe('query editor with mocked responses', () => {
test('and resource `scenarios` is mocked', async ({ page, selectors, grafanaVersion, request }) => {
const dashboardPage = new DashboardPage({ page, selectors, grafanaVersion, request });
await dashboardPage.goto();
test('and resource `scenarios` is mocked', async ({ selectors, dashboardPage }) => {
await dashboardPage.mockResourceResponse('scenarios', scenarios);
const panelEditPage = await dashboardPage.addPanel();
await panelEditPage.datasource.set('gdev-testdata');