From b1c2492b855788c70e499e5518e93c4ed673e374 Mon Sep 17 00:00:00 2001 From: Lokesh Rangineni <19699092+lokeshrangineni@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:31:58 -0400 Subject: [PATCH] Added a test case to address there is a failure in loading Nvidia Nim model images then error message should be displayed. Added experimentalStudio flag to cypress.config.ts but disabled it by default. --- .../cypress/cypress/tests/mocked/projects/modelServingNim.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/__tests__/cypress/cypress/tests/mocked/projects/modelServingNim.cy.ts b/frontend/src/__tests__/cypress/cypress/tests/mocked/projects/modelServingNim.cy.ts index eab1687c89..3350e21988 100644 --- a/frontend/src/__tests__/cypress/cypress/tests/mocked/projects/modelServingNim.cy.ts +++ b/frontend/src/__tests__/cypress/cypress/tests/mocked/projects/modelServingNim.cy.ts @@ -199,7 +199,7 @@ describe('NIM Model Serving', () => { validateNvidiaNimModel(findNimModelDeployButton()); }); - it("When there is a failure in loading Nvidia Nim model images then error message should be displayed.", () => { + it("should display an error when failed to fetch nim Nividia model list", () => { initInterceptsToEnableNim({}); const componentName = 'overview'; projectDetails.visitSection('test-project', componentName);