Skip to content

Commit bc68147

Browse files
committed
remove model name
1 parent e60a84b commit bc68147

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/__tests__/cypress/cypress/tests/e2e/dataScienceProjects/models/testModelPvcDeployment.cy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ describe('Verify a model can be deployed from a PVC', () => {
100100
pvcRow.find().should('exist');
101101
pvcRow.findStorageTypeColumn().should('contain', 'Model storage');
102102

103-
pvcRow.findConnectedResources().should('contain', modelName);
104-
105103
const pvcReplacements: PVCLoaderPodReplacements = {
106104
NAMESPACE: projectName,
107105
PVC_NAME: pvStorageName,

0 commit comments

Comments
 (0)