Skip to content

Commit

Permalink
workbenches.cy.ts - use common image for RHODS and RHOAI
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso authored Dec 19, 2024
1 parent fe046c0 commit 180611e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('Workbench and PVSs tests', () => {
cy.step(`Create Workbench ${projectName} using storage ${PVCDisplayName}`);
workbenchPage.findCreateButton().click();
createSpawnerPage.getNameInput().fill(workbenchName);
createSpawnerPage.findNotebookImage('s2i-minimal-notebook').click();
createSpawnerPage.findNotebookImage('code-server-notebook').click();
createSpawnerPage.findAttachExistingStorageButton().click();
attachExistingStorageModal.selectExistingPersistentStorage(PVCDisplayName);
attachExistingStorageModal.findStandardPathInput().fill(workbenchName);
Expand Down

0 comments on commit 180611e

Please sign in to comment.