Skip to content

Commit 2e57751

Browse files
authored
internal: update data-cy for cloud studio in studio.cy.ts (#31649)
1 parent 1119625 commit 2e57751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/cypress/e2e/studio/studio.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ describe('studio functionality', () => {
233233
cy.get('[data-cy="ai-status-text"]').should('contain.text', 'Enabled')
234234

235235
// Verify that the AI output is correct
236-
cy.get('[data-cy="studio-ai-output-textarea"]').should('contain.text', aiOutput)
236+
cy.get('[data-cy="recommendation-editor"]').should('contain', aiOutput)
237237
})
238238
})
239239

0 commit comments

Comments
 (0)