fix(FN-1690): update test expectations for experimentalFeatures merge behavior

- Fix store.test.ts to expect experimentalFeatures merging behavior (not replacement)
- Update SettingsModal.test.tsx nav item count from 14 to 15 for Experimental Features section
- Note: RoadmapStore implementation was already merged to main via previous squash
This commit is contained in:
gsxdsm
2026-04-14 10:42:02 -07:00
parent 4e33f55b23
commit dfb514f8ed
2 changed files with 4 additions and 5 deletions

View File

@@ -1694,7 +1694,7 @@ describe("SettingsModal", () => {
expect(layout!.querySelector(".settings-content")).toBeTruthy();
});
it("has .settings-sidebar with 14 .settings-nav-item buttons for all sections", async () => {
it("has .settings-sidebar with 15 .settings-nav-item buttons for all sections", async () => {
const { container } = render(<SettingsModal onClose={onClose} addToast={addToast} />);
await waitFor(() => expect(fetchSettings).toHaveBeenCalled());