Skip to content

Commit

Permalink
fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkrumbach07 committed Sep 26, 2024
1 parent 7a9eba3 commit ec3fb2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { mockAllowedUsers } from '~/__mocks__/mockAllowedUsers';
import { mockNotebookImageInfo } from '~/__mocks__/mockNotebookImageInfo';
import { mockStartNotebookData } from '~/__mocks__/mockStartNotebookData';
import { notebookServer } from '~/__tests__/cypress/cypress/pages/notebookServer';
import { asProductAdminUser, asProjectEditUser } from '~/__tests__/cypress/cypress/utils/mockUsers';
import { asClusterAdminUser, asProjectEditUser } from '~/__tests__/cypress/cypress/utils/mockUsers';
import {
notebookController,
stopNotebookModal,
Expand Down Expand Up @@ -60,8 +60,8 @@ it('Administration tab should not be accessible for non-project admins', () => {

describe('NotebookServer', () => {
beforeEach(() => {
asClusterAdminUser();
initIntercepts();
asProductAdminUser();
});

it('should start notebook server', () => {
Expand Down

0 comments on commit ec3fb2d

Please sign in to comment.