demo: Make the chat window full height with a min 500px #1904
dev.yml
on: pull_request
audit
20s
format-check
25s
lint
43s
test-typescript
27s
test
1m 43s
build
26s
demo-app
1m 0s
Annotations
10 errors and 7 warnings
test/core/messages.integration.test.ts > messages integration > should be able to send and receive chat messages:
test/core/messages.integration.test.ts#L31
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/core/messages.integration.test.ts:31:14
|
test/core/messages.integration.test.ts > messages integration > should be able to delete and receive deletion messages:
test/core/messages.integration.test.ts#L31
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/core/messages.integration.test.ts:31:14
|
test/core/messages.integration.test.ts > messages integration > should be able to update and receive update messages:
test/core/messages.integration.test.ts#L31
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/core/messages.integration.test.ts:31:14
|
test/core/messages.integration.test.ts > messages integration > should be able to send, receive and query chat messages with metadata and headers:
test/core/messages.integration.test.ts#L31
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/core/messages.integration.test.ts:31:14
|
test/react/hooks/use-messages.integration.test.tsx > useMessages > should send messages correctly:
test/react/hooks/use-messages.integration.test.tsx#L30
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/react/hooks/use-messages.integration.test.tsx:30:14
|
test/react/hooks/use-messages.integration.test.tsx > useMessages > should delete messages correctly:
test/react/hooks/use-messages.integration.test.tsx#L30
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/react/hooks/use-messages.integration.test.tsx:30:14
|
test/react/hooks/use-messages.integration.test.tsx > useMessages > should update messages correctly:
test/react/hooks/use-messages.integration.test.tsx#L30
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/react/hooks/use-messages.integration.test.tsx:30:14
|
test/react/hooks/use-messages.integration.test.tsx > useMessages > should receive messages on a subscribed listener:
test/react/hooks/use-messages.integration.test.tsx#L30
Error: Timed out waiting for messages
❯ Timeout._onTimeout test/react/hooks/use-messages.integration.test.tsx:30:14
|
test/react/hooks/use-messages.integration.test.tsx > useMessages > should reset getPreviousMessages if the listener becomes undefined then redefined:
test/react/hooks/use-messages.integration.test.tsx#L349
AssertionError: expected undefined to be 'You underestimate my power' // Object.is equality
Ignored nodes: comments, script, style
<html>
<head />
<body />
</html>
- Expected:
"You underestimate my power"
+ Received:
undefined
❯ timeout test/react/hooks/use-messages.integration.test.tsx:349:37
❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:118:16
|
test/react/hooks/use-messages.integration.test.tsx > useMessages > should persist the getPreviousMessages subscription point across renders, if listener remains defined:
test/react/hooks/use-messages.integration.test.tsx#L486
AssertionError: expected undefined to be 'You underestimate my power' // Object.is equality
Ignored nodes: comments, script, style
<html>
<head />
<body />
</html>
- Expected:
"You underestimate my power"
+ Received:
undefined
❯ timeout test/react/hooks/use-messages.integration.test.tsx:486:37
❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:118:16
|
demo-app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
audit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-typescript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|