We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccce4a commit 3f2a897Copy full SHA for 3f2a897
frontend/jupyter/cypress/e2e/notebook-details-page.cy.ts
@@ -8,7 +8,6 @@ describe('Notebook Details Page', () => {
8
statusCode: 404,
9
},
10
).as('mockGetNotebookPodRequest');
11
- //cy.mockPoddefaultsRequest('kubeflow-user');
12
cy.visit('/notebook/details/kubeflow-user/test-notebook');
13
cy.wait([
14
'@mockGetNotebookRequest',
0 commit comments