Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cypress/e2e/dashboard-showcase.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ describe('Cloud product showcase', () => {
'mock-data mode with synthetic records'
)

// No fake mini-app scaffolding and no unverifiable domain.
// No fake mini-app scaffolding or raw reference-application endpoint.
cy.get('#cloud-product').should('not.contain.text', 'Operating view')
cy.get('#cloud-product').should(
'not.contain.text',
'demo.openadapt.ai'
'demo.openemr.io/openemr/index.php'
)

// The CTA opens the real public hosted-product demo without requiring
Expand Down
Loading