From 40abb03928de1dcf205e0f0554afb15ceeabcb00 Mon Sep 17 00:00:00 2001 From: dadachann <185672915+dadachann@users.noreply.github.com> Date: Sat, 25 Jul 2026 21:04:23 +0800 Subject: [PATCH] style(web): format workspace layout test --- web/tests/unit/workspace-switcher-layout.test.mjs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/tests/unit/workspace-switcher-layout.test.mjs b/web/tests/unit/workspace-switcher-layout.test.mjs index dabd4bc13..db280bdbc 100644 --- a/web/tests/unit/workspace-switcher-layout.test.mjs +++ b/web/tests/unit/workspace-switcher-layout.test.mjs @@ -70,7 +70,10 @@ test('links Cloud workspace managers to the Space member invitation surface', () test('keeps workspace plan and settings controls on the workspace row', () => { assert.match(workspaceSwitcherSource, /entry\.plan_name/); - assert.match(workspaceSwitcherSource, /aria-label=\{t\('workspace\.settings'\)\}/); + assert.match( + workspaceSwitcherSource, + /aria-label=\{t\('workspace\.settings'\)\}/, + ); assert.match(workspaceSwitcherSource, /className="size-8"/); assert.doesNotMatch(workspaceSwitcherSource, /workspace\.currentPlan/); assert.doesNotMatch(workspaceSwitcherSource, /workspace\.upgradePlan/);