Skip to content

Commit d2b73ce

Browse files
committed
change tooltip expected text
1 parent 830b072 commit d2b73ce

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/__tests__/cypress/cypress/utils

1 file changed

+1
-1
lines changed

frontend/src/__tests__/cypress/cypress/utils/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function attemptToClickTooltip(): void {
1717
modelServingSection.findStatusTooltip().then(($tooltip) => {
1818
if ($tooltip.length > 0 && $tooltip.is(':visible')) {
1919
modelServingSection.findStatusTooltip().click({ force: true });
20-
cy.contains('Model is deployed', { timeout: 120000 }).should('be.visible');
20+
cy.contains('Model deployment is active', { timeout: 120000 }).should('be.visible');
2121
} else {
2222
attempts++;
2323
cy.reload();

0 commit comments

Comments
 (0)