This commit is contained in:
2026-05-31 20:19:44 +12:00
parent 2f2466ecac
commit 84792c0947
59 changed files with 5412 additions and 898 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ describe('workspace access policy', () => {
it('classifies operations users and sends them to mix calculator by default', () => {
expect(getWorkspaceRole(operationsSession)).toBe('operations');
expect(getDefaultRouteForRole(operationsSession)).toBe('/mix-calculator/new');
expect(getDefaultRouteForRole(operationsSession)).toBe('/mix-calculator');
});
it('prevents operations users from opening the dashboard route', () => {