From e667b8763d46c1bf673a3a0b5c0eb57b1fc0ae3c Mon Sep 17 00:00:00 2001 From: Mahbub Ul Alam Date: Wed, 26 Feb 2025 10:39:48 +0100 Subject: [PATCH] SS-1236 jupyterlab pytorch environment name fix (#289) Fixing a small typo. --- cypress/e2e/ui-tests/test-superuser-functionality.cy.js | 2 +- fixtures/projects_templates.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/ui-tests/test-superuser-functionality.cy.js b/cypress/e2e/ui-tests/test-superuser-functionality.cy.js index 070cc40f..3753d94c 100644 --- a/cypress/e2e/ui-tests/test-superuser-functionality.cy.js +++ b/cypress/e2e/ui-tests/test-superuser-functionality.cy.js @@ -310,7 +310,7 @@ describe("Test superuser access", () => { [ 'Jupyter Lab Minimal (Default)', 'Jupyter Lab Data Science', - 'Jupyter Lab Pytorch', + 'Jupyter Lab PyTorch', 'Jupyter Lab Tensorflow' ].forEach((name) => { cy.get('@envSelect').contains('option', name); diff --git a/fixtures/projects_templates.json b/fixtures/projects_templates.json index 78bf2d09..8f01633b 100644 --- a/fixtures/projects_templates.json +++ b/fixtures/projects_templates.json @@ -35,7 +35,7 @@ "image": "serve-jupyterlab-datascience:250213-1352", "repository": "ghcr.io/scilifelabdatacentre" }, - "Jupyter Lab Pytorch": { + "Jupyter Lab PyTorch": { "app": "jupyter-lab", "image": "serve-jupyterlab-pytorch:250213-1119", "repository": "ghcr.io/scilifelabdatacentre"