Skip to content

Commit

Permalink
test: cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Oct 8, 2024
1 parent aed9685 commit 1cafc5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ describe('NIM Models Deployments', () => {
.getInferenceServiceRow('Test Name')
.findAPIProtocol()
.should('have.text', 'REST');

// Validate Internal Service tooltip and close it
modelServingSection.getInferenceServiceRow('Test Name').findInternalServiceButton().click();
modelServingSection
.getInferenceServiceRow('Test Name')
.findInternalServicePopover()
.should('contain.text', 'Internal Service can be accessed inside the cluster')
.click();
});

it('should only be allowed to be deleted, no edit', () => {
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/__tests__/cypress/cypress/utils/nimUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ export function findNimModelServingPlatformCard(): Cypress.Chainable<JQuery> {
return cy.findByTestId('nvidia-nim-model-serving-platform-card');
}

export function findServingPlatformLabel(): Cypress.Chainable<JQuery> {
return cy.findByTestId('serving-platform-label');
}

export const modalDialogTitle = 'Deploy model with NVIDIA NIM';

export function validateNvidiaNimModel(
Expand Down

0 comments on commit 1cafc5d

Please sign in to comment.