Remove unneeded comments.

This commit is contained in:
HarelM
2026-07-09 13:50:16 +03:00
parent 95d87ad7ef
commit dc5d6dd77d
-2
View File
@@ -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("");
});