Skip to content

Commit cc140dd

Browse files
committed
fix tests
1 parent 1234732 commit cc140dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-all-checks-passed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
checks: read
1111
contents: read
1212
steps:
13-
- uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac
13+
- uses: wechuli/allcheckspassed@v1.2.0
1414
with:
1515
retries: '40'
1616
polling_interval: '1'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ context('Test Companion Chat Error Handling', () => {
8686
.find('.chat-list > .message-container')
8787
.should(
8888
'contain.text',
89-
`Response status code was 500 and it wasn't ok. Retrying 3/3.`,
89+
`Response status code is 500 and it wasn't ok. Retrying 3/3.`,
9090
);
9191

9292
cy.get('@companion')

0 commit comments

Comments
 (0)