feat(FN-3346): update mobile settings label assertion

Updates a single assertion in the mobile settings test to match the updated settings label.

Fusion-Task-Id: FN-3346
This commit is contained in:
Fusion
2026-05-04 02:28:51 -07:00
committed by gsxdsm
parent 685cfc063d
commit f6bbbcedd5
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ describe("SettingsModal mobile adaptations", () => {
// Authentication is first with no scope banner by default - click the Project-scoped General section
expect(container.querySelectorAll(".settings-scope-icon").length).toBeGreaterThan(0);
await user.click(getAllByText("General")[1]);
await user.click(getByText("Project General"));
// Verify project scope banner contains icon elements (SVG from Lucide, not emoji)
const projectBanner = container.querySelector(".settings-scope-project");