Skip to content

Commit

Permalink
workbenches.cy.ts - Change image verification to code-server
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeAlonso authored Dec 19, 2024
1 parent 180611e commit 0b811fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('Workbench and PVSs tests', () => {
cy.step(`Wait for Workbench ${workbenchName} to display a "Running" status`);
const notebookRow = workbenchPage.getNotebookRow(workbenchName);
notebookRow.expectStatusLabelToBe('Running', 120000);
notebookRow.shouldHaveNotebookImageName('Minimal Python');
notebookRow.shouldHaveNotebookImageName('code-server');
notebookRow.shouldHaveContainerSize('Small');

cy.step(`Check the cluster storage ${PVCDisplayName} is now connected to ${workbenchName}`);
Expand Down

0 comments on commit 0b811fe

Please sign in to comment.