Skip to content

Commit

Permalink
Fix: workbenches e2e test. Use Storage Display Name
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso committed Jan 13, 2025
1 parent 3ea00fd commit 829ab28
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ describe('Workbench and PVSs tests', () => {

cy.step(`Check the cluster storage ${PVCDisplayName} is now connected to ${workbenchName}`);
projectDetails.findSectionTab('cluster-storages').click();
// TODO: Bug RHOAIENG-16239
// const csRow = clusterStorage.getClusterStorageRow(PVCDisplayName);
const csRow = clusterStorage.getClusterStorageRow(PVCName);
const csRow = clusterStorage.getClusterStorageRow(PVCDisplayName);
csRow.findConnectedWorkbenches().should('have.text', workbenchName);
},
);
Expand Down

0 comments on commit 829ab28

Please sign in to comment.