We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1119625 commit 2e57751Copy full SHA for 2e57751
packages/app/cypress/e2e/studio/studio.cy.ts
@@ -233,7 +233,7 @@ describe('studio functionality', () => {
233
cy.get('[data-cy="ai-status-text"]').should('contain.text', 'Enabled')
234
235
// Verify that the AI output is correct
236
- cy.get('[data-cy="studio-ai-output-textarea"]').should('contain.text', aiOutput)
+ cy.get('[data-cy="recommendation-editor"]').should('contain', aiOutput)
237
})
238
239
0 commit comments