internal: update data-cy for cloud studio in studio.cy.ts (#31649)

This commit is contained in:
mabela416
2025-05-06 13:11:42 -04:00
committed by GitHub
parent 1119625a39
commit 2e57751bd5
+1 -1
View File
@@ -233,7 +233,7 @@ describe('studio functionality', () => {
cy.get('[data-cy="ai-status-text"]').should('contain.text', 'Enabled')
// Verify that the AI output is correct
cy.get('[data-cy="studio-ai-output-textarea"]').should('contain.text', aiOutput)
cy.get('[data-cy="recommendation-editor"]').should('contain', aiOutput)
})
})