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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user