Skip to content

Graph backend phase 1 #2745

Graph backend phase 1

Graph backend phase 1 #2745

Triggered via pull request November 11, 2025 11:15
@compulimcompulim
synchronize #5622
feat-graph
Status Failure
Total duration 15m 29s
Artifacts 3

pull-request-validation.yml

on: pull_request
Matrix: html-test
Merge test results
38s
Merge test results
Merge test snapshots
3s
Merge test snapshots
Fit to window
Zoom out
Zoom in

Annotations

48 errors and 3 warnings
Static code analysis
Process completed with exit code 1.
Static code analysis
Type '{ id: string; text: string; channelData: { 'webchat:internal:position': number; 'webchat:sequence-id': number; 'webchat:send-status': any; }; from: { id: string; role: "bot"; }; timestamp: string; type: "message"; }' is not assignable to type 'WebChatActivity'.
Static code analysis
Type '{ id: string; text: string; channelData: { 'webchat:internal:position': number; 'webchat:sequence-id': number; 'webchat:send-status': any; }; from: { id: string; role: "bot"; }; timestamp: string; type: "message"; }' is not assignable to type 'WebChatActivity'.
Static code analysis
Type '{ id: string; text: string; channelData: { 'webchat:internal:position': number; 'webchat:sequence-id': number; 'webchat:send-status': any; }; from: { id: string; role: "bot"; }; timestamp: string; type: "message"; }' is not assignable to type 'WebChatActivity'.
Static code analysis
Type '{ id: string; text: string; channelData: { 'webchat:internal:position': number; 'webchat:sequence-id': number; 'webchat:send-status': any; }; from: { id: string; role: "bot"; }; timestamp: string; type: "message"; }' is not assignable to type 'WebChatActivity'.
Static code analysis
Type '{ 'webchat:internal:position': number; 'webchat:sequence-id': number; 'webchat:send-status': undefined; }' is not assignable to type '(ChannelData<"send failed", "event" | "conversationUpdate" | "invoke" | "message" | "typing"> & { streamId?: string; streamSequence?: number; streamType?: "final"; }) | (ChannelData<...> & { ...; }) | (ChannelData<...> & { ...; }) | (ChannelData<...> & { ...; })'.
HTML test (10/17)
Process completed with exit code 1.
offline UI › should show "Render error" connectivity status when a JavaScript error is present in the code.: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 1.5833333333333335% different from snapshot (3648 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/html/__diff_output__/offline-ui-fatal-error-js-offline-ui-should-show-render-error-connectivity-status-when-a-java-script-error-is-present-in-the-code-1-snap-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
calling sendMessageBack should send a message back activity: __tests__/hooks/useSendMessageBack.js#L24
Expected image to match or be a close match to snapshot but was 2.9505208333333335% different from snapshot (6798 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/chrome-docker/__diff_output__/use-send-message-back-js-calling-send-message-back-should-send-a-message-back-activity-1-snap-diff.png at toMatchImageSnapshot (__tests__/hooks/useSendMessageBack.js:24:21) at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (13/17)
Process completed with exit code 1.
calling sendPostBack should send a post back activity: __tests__/hooks/useSendPostBack.js#L22
Expected image to match or be a close match to snapshot but was 1.79296875% different from snapshot (4131 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/chrome-docker/__diff_output__/use-send-post-back-js-calling-send-post-back-should-send-a-post-back-activity-1-snap-diff.png at toMatchImageSnapshot (__tests__/hooks/useSendPostBack.js:22:21) at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
calling submitSendBox should send the message in send box: __tests__/hooks/useSubmitSendBox.js#L23
Expected image to match or be a close match to snapshot but was 1.757378472222222% different from snapshot (4049 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/chrome-docker/__diff_output__/use-submit-send-box-js-calling-submit-send-box-should-send-the-message-in-send-box-1-snap-diff.png at toMatchImageSnapshot (__tests__/hooks/useSubmitSendBox.js:23:21) at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
› chatAdapter/directLineAppServiceExtension.html: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 2.018663194444444% different from snapshot (4651 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/chatAdapter/directLineAppServiceExtension.html.snap-1-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
› chatAdapter/sequenceId.directLine.outgoing.html: https://webchat2/__tests__/html2/chatAdapter/sequenceId.directLine.outgoing#L92
expect(received).toBe(expected) // Object.is equality Expected: true Received: false at https:/webchat2/__tests__/html2/chatAdapter/sequenceId.directLine.outgoing:92:11
HTML test (11/17)
Process completed with exit code 1.
calling postActivity should send an activity: __tests__/hooks/usePostActivity.js#L27
Expected image to match or be a close match to snapshot but was 1.757378472222222% different from snapshot (4049 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/chrome-docker/__diff_output__/use-post-activity-js-calling-post-activity-should-send-an-activity-1-snap-diff.png at toMatchImageSnapshot (__tests__/hooks/usePostActivity.js:27:21) at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
› accessibility/delayActivity/withReplyToId.html: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 1.2960069444444444% different from snapshot (2986 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/accessibility/delayActivity/withReplyToId.html.snap-2-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (9/17)
Process completed with exit code 1.
transcript legacy activity middleware › password input: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 5.000434027777779% different from snapshot (11521 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/html/__diff_output__/transcript-legacy-activity-middleware-password-input-js-transcript-legacy-activity-middleware-password-input-1-snap-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (4/17)
Process completed with exit code 1.
useSendMessage hook › should send attachments with a custom thumbnail: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 25.207899305555554% different from snapshot (58079 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/html/__diff_output__/use-send-message-custom-thumbnail-js-use-send-message-hook-should-send-attachments-with-a-custom-thumbnail-1-snap-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
calling performCardAction should send card action to middleware: __tests__/hooks/usePerformCardAction.js#L35
Expected image to match or be a close match to snapshot but was 2.375% different from snapshot (5472 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/chrome-docker/__diff_output__/use-perform-card-action-js-calling-perform-card-action-should-send-card-action-to-middleware-1-snap-diff.png at toMatchImageSnapshot (__tests__/hooks/usePerformCardAction.js:35:21) at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (8/17)
Process completed with exit code 1.
› activity/legacy/unknownActivity.html: https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 2 activities is shown" after 15 seconds. at J (https:/webchat2/test-page-object.js:12:195925) at async https:/webchat2/__tests__/html2/activity/legacy/unknownActivity:66:9
HTML test (6/17)
Process completed with exit code 1.
Call useSendBoxAttachments hook › should get/set and upload attachments: __tests__/html/sendAttachmentOn/useSendBoxAttachments.js#L4
thrown: "Exceeded timeout of 50000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at __tests__/html/sendAttachmentOn/useSendBoxAttachments.js:4:3 at Object.<anonymous> (__tests__/html/sendAttachmentOn/useSendBoxAttachments.js:3:1)
useSendMessage hook › should send attachments without a message: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 1.8606770833333335% different from snapshot (4287 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/html/__diff_output__/use-send-message-without-message-js-use-send-message-hook-should-send-attachments-without-a-message-1-snap-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
calling sendMessage should send a message activity: __tests__/hooks/useSendMessage.js#L22
Expected image to match or be a close match to snapshot but was 1.757378472222222% different from snapshot (4049 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/chrome-docker/__diff_output__/use-send-message-js-calling-send-message-should-send-a-message-activity-1-snap-diff.png at toMatchImageSnapshot (__tests__/hooks/useSendMessage.js:22:21) at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (5/17)
Process completed with exit code 1.
› accessibility/accessibleName.activityStatus.sendFailed.html: https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "failed to send message" after 1 seconds. at Object.J (https:/webchat2/test-page-object.js:12:195925) at async run.ignoreErrors (https:/webchat2/__tests__/html2/accessibility/accessibleName.activityStatus.sendFailed:36:11)
HTML test (14/17)
Process completed with exit code 1.
› chatAdapter/sequenceId.simple.html: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 0.7178819444444444% different from snapshot (1654 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/chatAdapter/sequenceId.simple.html.snap-1-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (15/17)
Process completed with exit code 1.
transcript activity status › intermediate send failed: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 4.392795138888888% different from snapshot (10121 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/html/__diff_output__/transcript-activity-status-intermediate-send-failed-js-transcript-activity-status-intermediate-send-failed-1-snap-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
› activityGrouping/activityGrouping.disableTimestamp.html: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 17.35546875% different from snapshot (39987 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/activityGrouping/activityGrouping.disableTimestamp.html.snap-1-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (17/17)
Process completed with exit code 1.
useTextBoxSubmit and set focus to "sendBoxWithoutKeyboard": __tests__/html/useTextBoxSubmit.sendBoxWithoutKeyboard.js#L3
thrown: "Exceeded timeout of 50000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at Object.<anonymous> (__tests__/html/useTextBoxSubmit.sendBoxWithoutKeyboard.js:3:1)
› accessibility/delayActivity/withoutReplyToId.html: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 1.296875% different from snapshot (2988 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/accessibility/delayActivity/withoutReplyToId.html.snap-2-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
› middleware/activity/warnWhenNoRenderer.html: https://webchat2/__tests__/html2/middleware/activity/warnWhenNoRenderer#L68
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at https:/webchat2/__tests__/html2/middleware/activity/warnWhenNoRenderer:68:30
› activityGrouping/activityGrouping.groupingActivityStatus.html: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 5.161892361111111% different from snapshot (23786 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/activityGrouping/activityGrouping.groupingActivityStatus.html.snap-1-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (16/17)
Process completed with exit code 1.
useTextBoxSubmit and set focus to "sendBox": __tests__/html/useTextBoxSubmit.sendBox.js#L3
thrown: "Exceeded timeout of 50000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at Object.<anonymous> (__tests__/html/useTextBoxSubmit.sendBox.js:3:1)
› accessibility/liveRegion/activityStatus.sendFailed.contrast.html: https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "failed to send message" after 1 seconds. at Object.J (https:/webchat2/test-page-object.js:12:195925) at async run.ignoreErrors (https:/webchat2/__tests__/html2/accessibility/liveRegion/activityStatus.sendFailed.contrast:40:11)
› basic/remount.html: https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds. at J (https:/webchat2/test-page-object.js:12:195925) at async https:/webchat2/__tests__/html2/basic/remount:52:9
› accessibility/liveRegion/activityStatus.sendFailed.html: https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "failed to send message" after 1 seconds. at Object.J (https:/webchat2/test-page-object.js:12:195925) at async run.ignoreErrors (https:/webchat2/__tests__/html2/accessibility/liveRegion/activityStatus.sendFailed:39:13)
HTML test (7/17)
Process completed with exit code 1.
Call useSendFiles hook with a file with extension of .ZIP but type of "image/jpeg" › should not display thumbnail: packages/test/harness/src/host/common/host/done.js#L42
Expected image to match or be a close match to snapshot but was 1.9010416666666665% different from snapshot (4380 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/html/__diff_output__/use-send-files-binary-js-call-use-send-files-hook-with-a-file-with-extension-of-zip-but-type-of-image-jpeg-should-not-display-thumbnail-1-snap-diff.png at packages/test/harness/src/host/common/host/done.js:42:13 at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
calling sendFile should send files: __tests__/hooks/useSendFiles.js#L35
Expected image to match or be a close match to snapshot but was 3.989583333333333% different from snapshot (9192 differing pixels). See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/__image_snapshots__/chrome-docker/__diff_output__/use-send-files-js-calling-send-file-should-send-files-1-snap-diff.png at toMatchImageSnapshot (__tests__/hooks/useSendFiles.js:35:21) at node_modules/@babel/runtime/helpers/regeneratorRuntime.js:52:18 at Generator.<anonymous> (node_modules/@babel/runtime/helpers/regenerator.js:52:51) at Generator.next (node_modules/@babel/runtime/helpers/regeneratorDefine.js:11:21) at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:17) at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:17:9)
HTML test (8/17)
No files were found with the provided path: ./__tests__/__image_snapshots__/*/__diff_output__/* ./__tests__/html2/**/*.snap-*-diff.png. No artifacts will be uploaded.
HTML test (5/17)
No files were found with the provided path: ./__tests__/__image_snapshots__/*/__diff_output__/* ./__tests__/html2/**/*.snap-*-diff.png. No artifacts will be uploaded.
HTML test (16/17)
No files were found with the provided path: ./__tests__/__image_snapshots__/*/__diff_output__/* ./__tests__/html2/**/*.snap-*-diff.png. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
docker Expired
105 MB
sha256:b8a9cab7a3b9335cc59d40bd2f503c27fd9bbe130f668d1c27d5d4b507b06145
test-result Expired
1.81 MB
sha256:b692599b9059c1a489e850f793d1a6ef5f13aa5c678875c593a319b74c1801fc
test-snapshot-diff Expired
2.02 MB
sha256:5ff57e8d28056edab3e7322bac6f8f16a236cec3fc13d0d48828c8515302962b