Skip to content

Commit 198d924

Browse files
committed
fix test
1 parent cc140dd commit 198d924

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/integration/tests/companion/test-companion-chat-error.spec.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ context('Test Companion Chat Error Handling', () => {
8484

8585
cy.get('@companion')
8686
.find('.chat-list > .message-container')
87-
.should(
88-
'contain.text',
89-
`Response status code is 500 and it wasn't ok. Retrying 3/3.`,
90-
);
87+
.should('contain.text', `Response status code is 500. Retrying 3/3.`);
9188

9289
cy.get('@companion')
9390
.find('.chat-list')

0 commit comments

Comments
 (0)