From 22b6f1053f1e73ff29217889a8a08fa04a4e379a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=98=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Mon, 11 Nov 2024 12:15:55 +0300 Subject: [PATCH] fix(eslint-plugin-experience): disable some pw rules (#722) --- projects/eslint-plugin-experience/all.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index 5cc25a75..7bc3ef7e 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -1009,6 +1009,9 @@ module.exports = { extends: ['plugin:playwright/recommended'], rules: { 'jest/prefer-importing-jest-globals': 'off', + 'playwright/no-networkidle': 'off', + 'playwright/no-wait-for-selector': 'off', + 'playwright/no-wait-for-timeout': 'off', }, }, {