From dc5d6dd77d953640121da71ad5ed3f4e44d493f1 Mon Sep 17 00:00:00 2001 From: HarelM Date: Thu, 9 Jul 2026 13:50:16 +0300 Subject: [PATCH] Remove unneeded comments. --- e2e/modals.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/modals.spec.ts b/e2e/modals.spec.ts index 1782b32e..8ee3ba4a 100644 --- a/e2e/modals.spec.ts +++ b/e2e/modals.spec.ts @@ -7,8 +7,6 @@ describe("modals", () => { beforeEach(async () => { await given.setupMockBackedResponses(); - // Load a style first so it is persisted to localStorage, then reset the URL - // to the root (no style param) — several tests read the stored style. await when.setStyle("both"); await when.setStyle(""); });