fix(027): stabilize shared acceptance gates and compatibility collateral

This commit is contained in:
2026-03-17 11:07:49 +03:00
parent 023bacde39
commit 18bdde0a81
19 changed files with 749 additions and 552 deletions

View File

@@ -238,11 +238,15 @@ describe("profile-settings-state.integration", () => {
expect(mockedApi.updateProfilePreferences).toHaveBeenCalledWith({
superset_username: "new_user",
show_only_my_dashboards: true,
show_only_slug_dashboards: true,
git_username: null,
git_email: null,
start_page: "dashboards",
auto_open_task_drawer: true,
dashboards_table_density: "comfortable",
telegram_id: null,
email_address: null,
notify_on_fail: true,
});
});