fix(027): stabilize shared acceptance gates and compatibility collateral
This commit is contained in:
@@ -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,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user