From 414d15663b36cacffb39f7860525260f004c7a65 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Wed, 21 Jun 2023 22:44:16 +0800 Subject: [PATCH] test(playwright): change to 1.30.0 --- tests/playwright/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/package.json b/tests/playwright/package.json index 45e4d1262e..4540e50526 100644 --- a/tests/playwright/package.json +++ b/tests/playwright/package.json @@ -24,7 +24,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@playwright/test": "1.35.1", + "@playwright/test": "1.30.0", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "axios": "^0.24.0",