From 0c072b3211bda993ab8cb8502bb60df2235eec6e Mon Sep 17 00:00:00 2001 From: HoJeong Go Date: Thu, 4 Jan 2024 16:35:52 +0900 Subject: [PATCH] Add `id` property in e2e test expectation --- test/e2e/index.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/index.spec.js b/test/e2e/index.spec.js index 3145068..14ef89b 100644 --- a/test/e2e/index.spec.js +++ b/test/e2e/index.spec.js @@ -60,6 +60,7 @@ test.describe("converts rules with postMessage", () => { errors: [], rules: [ { + id: 1, priority: 1000, condition: { isUrlFilterCaseSensitive: false,