Skip to content

Commit 4e989f8

Browse files
committed
Update Cypress test name
1 parent a3c0b8f commit 4e989f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cypress/cypress/tests/mocked/modelServing/modelServingDeploy.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ describe('Model Serving Deploy Wizard', () => {
16921692
modelServingWizardEdit.findModelSourceStep().should('be.enabled');
16931693
});
16941694

1695-
it('Should show YAML preview mode when LLMd is selected', () => {
1695+
it('Should show YAML preview mode when toggled', () => {
16961696
initIntercepts({ modelType: ServingRuntimeModelType.GENERATIVE });
16971697
cy.interceptK8sList(
16981698
{ model: InferenceServiceModel, ns: 'test-project' },

0 commit comments

Comments
 (0)