refactor(core): Remove roleId indirection (no-changelog) (#8413)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-01-24 13:38:57 +01:00
committed by GitHub
parent 1affebd85e
commit d6deceacde
139 changed files with 922 additions and 1684 deletions

View File

@@ -22,11 +22,7 @@ describe('V1 Banner', () => {
it('should render banner with dismiss call if user is owner', () => {
vi.spyOn(usersStore, 'currentUser', 'get').mockReturnValue({
globalRole: {
id: 0,
name: 'owner',
createdAt: '2021-08-09T14:00:00.000Z',
},
role: 'global:owner',
});
const { container } = render(V1Banner);