From 7f38365992c13649b69887413b7af5ab55986370 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 24 Feb 2026 17:32:20 +0100 Subject: [PATCH 1/2] bump plugin-e2e --- packages/create-plugin/templates/common/_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-plugin/templates/common/_package.json b/packages/create-plugin/templates/common/_package.json index c7a061b46b..6c4e553624 100644 --- a/packages/create-plugin/templates/common/_package.json +++ b/packages/create-plugin/templates/common/_package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "devDependencies": { "@grafana/eslint-config": "^9.0.0", - "@grafana/plugin-e2e": "^3.3.0", + "@grafana/plugin-e2e": "^3.3.3", "@grafana/tsconfig": "^2.0.1", "@playwright/test": "^1.57.0",{{#if useExperimentalRspack}} "@rspack/core": "^1.6.0", From 0cb12ee685debbb2f9c3c1d722e421085ab1dcd8 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 24 Feb 2026 20:43:07 +0100 Subject: [PATCH 2/2] fix name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b4256b683..1719c4d041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -476,7 +476,7 @@ jobs: npx -y knip --config ../packed-artifacts/knip.json --reporter markdown --no-exit-code working-directory: ./${{ matrix.workingDir }} - - name: Failing build due to test failures (canary versions) + - name: Failing build due to test failures (latest versions) if: steps.run-e2e-tests.outcome != 'success' || steps.run-e2e-tests-min-version.outcome != 'success' run: exit 1