test(FN-4171): complete Step 2 — lock detail vs list error wrapping

Fusion-Task-Id: FN-4171
Fusion-Task-Lineage: ec60e8bb-4fab-4b3b-a0d9-51d9ba3d2041
This commit is contained in:
Fusion
2026-05-13 00:49:04 -07:00
committed by gsxdsm
parent bc92e8fbb5
commit cf7f27b839

View File

@@ -386,6 +386,7 @@ describe("PluginManager", () => {
expect(listError).toBeTruthy(); expect(listError).toBeTruthy();
const listStyle = window.getComputedStyle(listError as Element); const listStyle = window.getComputedStyle(listError as Element);
expect(listStyle.whiteSpace).toBe("nowrap"); expect(listStyle.whiteSpace).toBe("nowrap");
expect(listStyle.textOverflow).toBe("ellipsis");
const settingsButton = (listItem as HTMLElement).querySelector('button[title="Settings"]'); const settingsButton = (listItem as HTMLElement).querySelector('button[title="Settings"]');
expect(settingsButton).toBeTruthy(); expect(settingsButton).toBeTruthy();