From d830e2085d69ae87eae7164c96480ae09f7beb9e Mon Sep 17 00:00:00 2001 From: Jack Westbrook Date: Mon, 9 Dec 2024 16:29:13 +0100 Subject: [PATCH] chore(codeowners): update playwright config path --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 040248aa62e..0236f2e580c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -463,7 +463,7 @@ /.husky/pre-commit @grafana/frontend-ops /cypress.config.cjs @grafana/grafana-frontend-platform /.levignore.js @grafana/plugins-platform-frontend -playwright.config.ts @grafana/plugins-platform-frontend +e2e/plugin-e2e/playwright.config.ts @grafana/plugins-platform-frontend # public folder /public/app/api/ @grafana/grafana-frontend-platform