File tree Expand file tree Collapse file tree
apps/playground/cypress/e2e Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ describe('provider with events', () => {
8686 cy . get ( 'iframe[name="intercom-messenger-frame"]' ) . then ( ( $iframe ) => {
8787 const $body = $iframe . contents ( ) . find ( 'body' ) ;
8888
89- cy . wrap ( $body ) . contains ( 'Send us a message ' ) . click ( ) ;
89+ cy . wrap ( $body ) . contains ( 'Ask a question ' ) . click ( ) ;
9090
9191 cy . wait ( '@intercomHome' ) ;
9292 cy . wait ( '@intercomConversations' ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ describe('show', () => {
2727 . then ( ( $iframe ) => {
2828 const $body = $iframe . contents ( ) . find ( 'body' ) ;
2929
30- cy . wrap ( $body ) . contains ( 'Send us a message ' ) ;
30+ cy . wrap ( $body ) . contains ( 'Ask a question ' ) ;
3131 } ) ;
3232 } ) ;
3333} ) ;
@@ -60,7 +60,7 @@ describe('showNewMessage', () => {
6060 . then ( ( $iframe ) => {
6161 const $body = $iframe . contents ( ) . find ( 'body' ) ;
6262
63- cy . wrap ( $body ) . contains ( 'Ask us anything, or share your feedback. ' ) ;
63+ cy . wrap ( $body ) . contains ( 'Ask for the team if needed ' ) ;
6464 cy . wrap ( $body ) . find ( 'button[data-testid="go-back"]' ) . should ( 'exist' ) ;
6565 } ) ;
6666 } ) ;
You can’t perform that action at this time.
0 commit comments