From 9608f4654e60d2f218205c4d0428a6cd3f0200e4 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 30 Aug 2026 11:32:02 +0100 Subject: [PATCH] chore(tests): drop decorative divider comment flagged by comment-lint --- .../src/core/tests/stubbed/sharing-collab-walkthrough.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/editor/src/core/tests/stubbed/sharing-collab-walkthrough.spec.ts b/frontend/editor/src/core/tests/stubbed/sharing-collab-walkthrough.spec.ts index 662c1df4c0..0cbc55f100 100644 --- a/frontend/editor/src/core/tests/stubbed/sharing-collab-walkthrough.spec.ts +++ b/frontend/editor/src/core/tests/stubbed/sharing-collab-walkthrough.spec.ts @@ -375,7 +375,6 @@ test.describe("Sharing collaboration walkthrough", () => { }); } - // ─── RTL spot checks ────────────────────────────────────────────────────── test("08_rtl_grid_badges", async ({ page }) => { await enableRtl(page); await stubStorageApis(page);