From 764895407a5dfc0c959006f9187ccf884351fae2 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 15 Feb 2026 14:35:21 +0100 Subject: [PATCH] allow locators again --- eslint.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.ts b/eslint.config.ts index d3f5129fa5..3020c757ca 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -913,7 +913,6 @@ export default defineConfig([ files: ['tests/e2e/*.test.ts'], rules: { ...playwright.configs['flat/recommended'].rules, - 'playwright/no-raw-locators': [2], }, }, {