Skip to content

Commit

Permalink
Added a test case to address there is a failure in loading Nvidia Nim…
Browse files Browse the repository at this point in the history
… model images then error message should be displayed.

Added experimentalStudio flag to cypress.config.ts but disabled it by default.
  • Loading branch information
lokeshrangineni authored and TomerFi committed Oct 4, 2024
1 parent ca6ef78 commit b1c2492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {

Check failure on line 202 in frontend/src/__tests__/cypress/cypress/tests/mocked/projects/modelServingNim.cy.ts

View workflow job for this annotation

GitHub Actions / Tests (18.x)

Replace `"should·display·an·error·when·failed·to·fetch·nim·Nividia·model·list"` with `'should·display·an·error·when·failed·to·fetch·nim·Nividia·model·list'`
initInterceptsToEnableNim({});
const componentName = 'overview';
projectDetails.visitSection('test-project', componentName);
Expand Down

0 comments on commit b1c2492

Please sign in to comment.