We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830b072 commit d2b73ceCopy full SHA for d2b73ce
frontend/src/__tests__/cypress/cypress/utils/models.ts
@@ -17,7 +17,7 @@ export function attemptToClickTooltip(): void {
17
modelServingSection.findStatusTooltip().then(($tooltip) => {
18
if ($tooltip.length > 0 && $tooltip.is(':visible')) {
19
modelServingSection.findStatusTooltip().click({ force: true });
20
- cy.contains('Model is deployed', { timeout: 120000 }).should('be.visible');
+ cy.contains('Model deployment is active', { timeout: 120000 }).should('be.visible');
21
} else {
22
attempts++;
23
cy.reload();
0 commit comments