Graph backend phase 1 #2724
pull-request-validation.yml
on: pull_request
Build
5m 11s
Unit test
6m 56s
Build samples
26s
Static code analysis
7m 33s
Type definitions test
5m 52s
Print commit stats
1m 15s
Matrix: html-test
Merge test results
36s
Merge test snapshots
4s
Annotations
172 errors and 5 warnings
|
flattenNodeObject() › given spying console.warn › and a Conversation object from Schema.org with `@id` added for cross-referencing › when when flattened › then the first object should be the Conversation:
packages/core-graph/src/private/schemas/flattenNodeObject.ts#L89
TypeError: crypto.randomUUID is not a function
at randomUUID (packages/core-graph/src/private/schemas/flattenNodeObject.ts:89:22)
at flattenNodeObject_ (packages/core-graph/src/private/schemas/flattenNodeObject.ts:168:18)
at packages/core-graph/src/private/schemas/flattenNodeObject.conversation.spec.ts:39:55
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
|
|
Graph.middleware › given a Graph with a middleware that messed up keys › when upserting a node › then should throw:
packages/core-graph/src/private/Graph2.ts#L35
expect(received).toThrow(expected)
Expected substring: "Key returned in Map must match `@id` in value"
Received message: "value.entries(...).every is not a function"
33 | map(IdentifierSchema, object({ '@id': IdentifierSchema })),
34 | check(
> 35 | value => value.entries().every(([key, node]) => key === node['@id']),
| ^
36 | 'Key returned in Map must match `@id` in value'
37 | )
38 | );
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:311:15)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
at Object.toThrow [as fn] (packages/core-graph/src/private/Graph2.middleware.spec.ts:323:10)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:304:13)
|
|
Graph.middleware › given a Graph with a passthrough middleware › when upserting a node › then should throw:
packages/core-graph/src/private/Graph2.ts#L35
expect(received).toThrow(expected)
Expected substring: "At least one middleware must not fallthrough"
Received message: "value.entries(...).every is not a function"
33 | map(IdentifierSchema, object({ '@id': IdentifierSchema })),
34 | check(
> 35 | value => value.entries().every(([key, node]) => key === node['@id']),
| ^
36 | 'Key returned in Map must match `@id` in value'
37 | )
38 | );
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:286:15)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
at Object.toThrow [as fn] (packages/core-graph/src/private/Graph2.middleware.spec.ts:298:10)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:304:13)
|
|
Graph.middleware › given a Graph object with middleware which link Message node to Conversation node › when upsert(ConversationNode) is called › when upsert(MessageNode) is called › then the graph should have Conversation node linked to the new Message node:
packages/core-graph/src/private/Graph2.ts#L35
TypeError: value.entries(...).every is not a function
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:240:13)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
|
|
Graph.middleware › given a Graph object with middleware which link Message node to Conversation node › when upsert(ConversationNode) is called › then the graph should have Conversation node:
packages/core-graph/src/private/Graph2.ts#L35
TypeError: value.entries(...).every is not a function
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:240:13)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
|
|
Graph.middleware › given a Graph object with two middleware that makes request mutable › when upsert() is called › then should not throw:
packages/core-graph/src/private/Graph2.middleware.spec.ts#L193
expect(received).toBeUndefined()
Received: [TypeError: value.entries(...).every is not a function]
at Object.toBeUndefined [as fn] (packages/core-graph/src/private/Graph2.middleware.spec.ts:193:59)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:304:13)
|
|
Graph.middleware › given a Graph object with two middleware: transforms "name" property to uppercase and adds greetings › when upsert() is called › then should upsert node "name" in uppercase:
packages/core-graph/src/private/Graph2.ts#L35
TypeError: value.entries(...).every is not a function
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:141:13)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
|
|
Graph.middleware › given a Graph object with a middleware which split one node into two nodes › when upsert() is called › then should upsert node "name" in uppercase:
packages/core-graph/src/private/Graph2.ts#L35
TypeError: value.entries(...).every is not a function
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:96:13)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
|
|
Graph.middleware › given a Graph object with a middleware which transform "name" property to uppercase › when upsert() is called twice › and middleware should have been called once with 2 nodes:
packages/core-graph/src/private/Graph2.ts#L35
TypeError: value.entries(...).every is not a function
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:33:13)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
|
|
Graph.middleware › given a Graph object with a middleware which transform "name" property to uppercase › when upsert() is called twice › then should upsert node "name" in uppercase:
packages/core-graph/src/private/Graph2.ts#L35
TypeError: value.entries(...).every is not a function
at Object.every [as requirement] (packages/core-graph/src/private/Graph2.ts:35:30)
at Object.~run (node_modules/valibot/dist/index.cjs:801:34)
at Object.~run (node_modules/valibot/dist/index.cjs:7247:35)
at assert (node_modules/valibot/dist/index.cjs:3152:32)
at packages/core-graph/src/private/Graph2.ts:41:9
at Graph2.act (packages/core-graph/src/private/Graph2.ts:103:9)
at act (packages/core-graph/src/private/Graph2.middleware.spec.ts:33:13)
at Object.<anonymous> (node_modules/@testduet/given-when-then/src/givenWhenThen.ts:288:25)
|
|
Static code analysis
Process completed with exit code 1.
|
|
Static code analysis
Argument of type 'readonly WebChatActivity[]' is not assignable to parameter of type 'WebChatActivity[]'.
|
|
useTextBoxSubmit and set focus to "sendBoxWithoutKeyboard":
https://webchat2/__dist__/webchat-es5.js#L84
Only literals, JSON literals, and plain object can be flattened
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:206354)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207210)
at pCt (https:/webchat2/__dist__/webchat-es5.js:84:207825)
at https:/webchat2/__dist__/webchat-es5.js:84:237848
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
|
|
scroll to end button › should hide for typing indicator.:
https://webchat2/__dist__/webchat-es5.js#L84
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 1
Received array: [{"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 106:354940 ValiError: Invalid key: Expected \"identifier\" but received undefined
at y9 (https:/webchat2/__dist__/webchat-es5.js:84:53296)
at https:/webchat2/__dist__/webchat-es5.js:84:220540
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at https:/webchat2/__dist__/webchat-es5.js:84:237915
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
at https:/webchat2/__dist__/webchat-es5.js:88:8282
at Map.forEach (<anonymous>)
at d (https:/webchat2/__dist__/webchat-es5.js:88:8270)", "timestamp": 1762462235142, "type": ""}]
at toHaveLength (packages/test/harness/src/host/common/host/done.js:35:30)
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)
|
|
Two Chat panes side-by-side (fluent:
https://webchat2/__dist__/webchat-es5.js#L84
ValiError: Invalid key: Expected "identifier" but received undefined
at y9 (https:/webchat2/__dist__/webchat-es5.js:84:53296)
at https:/webchat2/__dist__/webchat-es5.js:84:220540
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at https:/webchat2/__dist__/webchat-es5.js:84:237915
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
at https:/webchat2/__dist__/webchat-es5.js:88:8282
at Map.forEach (<anonymous>)
at d (https:/webchat2/__dist__/webchat-es5.js:88:8270)
|
|
setter should be falsy:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return false if disabled is not set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return true if disabled set to true in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
microphoneButtonClick should toggle recording:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
calling markActivityAsSpoken should stop synthesize:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› 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 4.928385416666667% different from snapshot (22710 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)
|
|
Part grouping › part-grouping/index.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 3 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/part-grouping:350:7
|
|
Collapsible activity (fluent:
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/collapsible?variant=fluent&fluent-theme=dark:288:9
|
|
Two Chat panes side-by-side (dark): streaming (right) › side-by-side/streaming.dark.html:
https://webchat2/__dist__/webchat-es5.js#L84
ValiError: Invalid key: Expected "identifier" but received undefined
at y9 (https:/webchat2/__dist__/webchat-es5.js:84:53296)
at https:/webchat2/__dist__/webchat-es5.js:84:220540
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at https:/webchat2/__dist__/webchat-es5.js:84:237915
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
at https:/webchat2/__dist__/webchat-es5.js:88:8282
at Map.forEach (<anonymous>)
at d (https:/webchat2/__dist__/webchat-es5.js:88:8270)
|
|
calling sendMessageBack should send a message back activity:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return image and initial of avatar for user:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
setter should be undefined:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return default Adaptive Cards host config if not set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return Adaptive Cards host config set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
calling setNotification should set and update notification:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/esm.sh/supportPolymiddleware.renderWebChat.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.sh/supportPolymiddleware.renderWebChat:65:9
|
|
Message status › activity/message-status.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 3 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/activity/message-status:189:7
|
|
getter should return speech language "zh-HK" for "yue":
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return "zh-YUE" for "zh-YUE":
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return language set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/esm.run/supportPolymiddleware.reactDOMRender.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.run/supportPolymiddleware.reactDOMRender:68:9
|
|
› simple/fatModule/esm.run/supportPolymiddleware.reactDOMRender.withCreateRoot.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.run/supportPolymiddleware.reactDOMRender.withCreateRoot:67:9
|
|
useTrackException › should track non-fatal exception:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackException › should track exception:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
Avatar layout: grouped › part-grouping/avatar.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 5 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/part-grouping/avatar:73:7
|
|
› autoScroll/autoScroll.snap.activityAndPage.html:
https://webchat2/__tests__/html2/autoScroll/autoScroll.snap.activityAndPage#L100
expect(received).toBe(expected) // Object.is equality
Expected: 911
Received: 1287
at https:/webchat2/__tests__/html2/autoScroll/autoScroll.snap.activityAndPage:100:38
|
|
› livestream/batchedActivities.html:
https://webchat2/__tests__/html2/livestream/batchedActivities#L94
expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at https:/webchat2/__tests__/html2/livestream/batchedActivities:94:43
|
|
Sample › samples/middleware/decorateMessage.html:
https://webchat2/test-page-object.js#L13
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 2
Received array: [{"level": "SEVERE", "message": "https://webchat2/test-page-object.js 1:17208 TypeError: o is not a function
at https:/webchat2/test-page-object.js:13:2344
at Ite.clean (https:/webchat2/test-page-object.js:4:105807)
at zO.unsubscribe (https:/webchat2/test-page-object.js:4:106409)
at https:/webchat2/test-page-object.js:13:2741
at Ite.clean (https:/webchat2/test-page-object.js:4:105807)
at zO.unsubscribe (https:/webchat2/test-page-object.js:4:106409)
at https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:86:234983
at Generator.return (<anonymous>)
at d (https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:86:1291)
at Object.m [as cancel] (https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:86:1145)", "timestamp": 1762462189524, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js 85:353430 TypeError: Cannot assign to read only property '0' of object '[object Array]'
at lr (https:/webchat2/__tests__/html2/samples/dist/chunk-6ERTIO2S.js:4:10758)
at lr (https:/webchat2/__tests__/html2/samples/dist/chunk-6ERTIO2S.js:4:10548)
at ~run (https:/webchat2/__tests__/html2/samples/dist/chunk-6ERTIO2S.js:4:11308)
at ~run (https:/webchat2/__tests__/html2/samples/dist/chunk-6ERTIO2S.js:4:21895)
at Ya (https:/webchat2/__tests__/html2/samples/dist/chunk-6ERTIO2S.js:4:7708)
at https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:75:348162
at https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:75:344442
at https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:75:365438
at https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:75:344442
at bjn.act (https:/webchat2/__tests__/html2/samples/dist/chunk-ICQAJD5P.js:75:345516)", "timestamp": 1762462189524, "type": ""}]
at toHaveLength (packages/test/harness/src/host/common/host/done.js:35:30)
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)
|
|
setter should be falsy:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return online:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/esm.sh/tsx/supportPolymiddleware.reactDOMRender.withCreateRoot.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async <anonymous>:1:1088
|
|
setter should be undefined:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
sendBoxSpeechInterimsVisible should return false when synthesizing:
__tests__/hooks/useSendBoxSpeechInterimsVisible.js#L64
expect(received).resolves.toMatchInlineSnapshot()
Received promise rejected instead of resolved
Rejected to value: [Error: crypto.randomUUID is not a function]
at expect (node_modules/expect/build/index.js:113:15)
at expect (__tests__/hooks/useSendBoxSpeechInterimsVisible.js:64:9)
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)
|
|
sendBoxSpeechInterimsVisible should return if dictation is started or not:
__tests__/hooks/useSendBoxSpeechInterimsVisible.js#L22
expect(received).resolves.toMatchInlineSnapshot()
Received promise rejected instead of resolved
Rejected to value: [Error: crypto.randomUUID is not a function]
at expect (node_modules/expect/build/index.js:113:15)
at expect (__tests__/hooks/useSendBoxSpeechInterimsVisible.js:22:9)
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/liveRegion/activity/htmlInMarkdown.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/liveRegion/activity/htmlInMarkdown:63:9
|
|
› autoScroll/autoScroll.acknowledgement.html:
https://webchat2/__tests__/html2/autoScroll/autoScroll.acknowledgement#L121
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
- "acknowledged": 4,
- "unacknowledged": 1,
+ "acknowledged": 5,
+ "unacknowledged": 0,
}
at https:/webchat2/__tests__/html2/autoScroll/autoScroll.acknowledgement:121:50
|
|
› themeProvider/override.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/themeProvider/override:149:9
|
|
Two Chat panes side-by-side (dark): pre-liner (right) › side-by-side/pre-liner.dark.html:
https://webchat2/__dist__/webchat-es5.js#L84
ValiError: Invalid key: Expected "identifier" but received undefined
at y9 (https:/webchat2/__dist__/webchat-es5.js:84:53296)
at https:/webchat2/__dist__/webchat-es5.js:84:220540
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at https:/webchat2/__dist__/webchat-es5.js:84:237915
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
at https:/webchat2/__dist__/webchat-es5.js:88:8282
at Map.forEach (<anonymous>)
at d (https:/webchat2/__dist__/webchat-es5.js:88:8270)
|
|
Two Chat panes side-by-side (dark): feedback navigation (right) › side-by-side/feedback.navigation.dark.html:
https://webchat2/__dist__/webchat-es5.js#L84
ValiError: Invalid key: Expected "identifier" but received undefined
at y9 (https:/webchat2/__dist__/webchat-es5.js:84:53296)
at https:/webchat2/__dist__/webchat-es5.js:84:220540
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at https:/webchat2/__dist__/webchat-es5.js:84:237915
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
at https:/webchat2/__dist__/webchat-es5.js:88:8282
at Map.forEach (<anonymous>)
at d (https:/webchat2/__dist__/webchat-es5.js:88:8270)
|
|
setter should be undefined:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return default Adaptive Cards package if not set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return Adaptive Cards package set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/adaptiveCards.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/adaptiveCards:75:9
|
|
› simple/fatModule/supportPolymiddleware.reactDOMRender.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/supportPolymiddleware.reactDOMRender:67:9
|
|
› simple/fatModule/esm.run/supportPolymiddleware.renderWebChat.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.run/supportPolymiddleware.renderWebChat:67:9
|
|
› autoScroll/autoScroll.snap.activity.html:
https://webchat2/__tests__/html2/autoScroll/autoScroll.snap.activity#L100
expect(received).toBe(expected) // Object.is equality
Expected: 1367
Received: 1643
at https:/webchat2/__tests__/html2/autoScroll/autoScroll.snap.activity:100:38
|
|
› simple/fatModule/fluentTheme.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/fluentTheme:78:9
|
|
scroll to end button › should show and hide properly:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "Scroll to end button is shown" after 1 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html/scrollToEndButton.visibility:65:9
|
|
getter/setter should get/set value:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› chatAdapter/sequenceId.noSequenceId.html:
https://webchat2/__dist__/webchat-es5.js#L84
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 20
Received array: [{"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 83:130470 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825) Array(1)", "timestamp": 1762462126052, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 5:58670 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825)", "timestamp": 1762462126052, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 83:130470 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825) Array(1)", "timestamp": 1762462126056, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 5:58670 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825)", "timestamp": 1762462126057, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 83:130470 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825) Array(1)", "timestamp": 1762462
|
|
› simple/fatModule/esm.sh/supportPolymiddleware.reactDOMRender.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.sh/supportPolymiddleware.reactDOMRender:66:9
|
|
renderMarkdown should add accessibility text for external links with yue:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
renderMarkdown should add accessibility text for external links:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
renderMarkdown should return falsy if the custom Markdown transform function is null:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
renderMarkdown should use custom Markdown transform function from props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
renderMarkdown should use Markdown-It if not set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
Collapsible activity › activity/collapsible.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/collapsible:288:9
|
|
HTML test (14/17)
Process completed with exit code 1.
|
|
useFocus › on send box without keyboard:
https://webchat2/__dist__/webchat-es5.js#L84
Only literals, JSON literals, and plain object can be flattened
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:206354)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207210)
at pCt (https:/webchat2/__dist__/webchat-es5.js:84:207825)
at https:/webchat2/__dist__/webchat-es5.js:84:237848
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
|
|
setter should be falsy:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
should return list of activities:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› chatAdapter/sequenceId.simple.html:
https://webchat2/__dist__/webchat-es5.js#L84
expect(received).toHaveLength(expected)
Expected length: 0
Received length: 110
Received array: [{"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 83:130470 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825) Array(1)", "timestamp": 1762462156660, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 5:58670 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825)", "timestamp": 1762462156660, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 83:130470 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825) Array(1)", "timestamp": 1762462156675, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 83:130470 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825) Array(1)", "timestamp": 1762462156680, "type": ""}, {"level": "SEVERE", "message": "https://webchat2/__dist__/webchat-es5.js 5:58670 Error: botframework-webchat: Validation error while parsing props.
at vt (https:/webchat2/__dist__/webchat-es5.js:84:130371)
at Tpr (https:/webchat2/__dist__/webchat-es5.js:121:220754)
at G1e (https:/webchat2/__dist__/webchat-es5.js:6:40803)
at nfe (https:/webchat2/__dist__/webchat-es5.js:6:47772)
at lFe (https:/webchat2/__dist__/webchat-es5.js:6:47584)
at aFe (https:/webchat2/__dist__/webchat-es5.js:6:47291)
at https:/webchat2/__dist__/webchat-es5.js:6:79433
at PFe (https:/webchat2/__dist__/webchat-es5.js:6:79759)
at FFe (https:/webchat2/__dist__/webchat-es5.js:6:80149)
at UY (https:/webchat2/__dist__/webchat-es5.js:8:5825)", "timestamp": 176246
|
|
getter should get suggested actions:
__tests__/hooks/useSuggestedActions.js#L19
expect(received).resolves.toMatchInlineSnapshot()
Received promise rejected instead of resolved
Rejected to value: [Error: crypto.randomUUID is not a function]
at expect (node_modules/expect/build/index.js:113:15)
at expect (__tests__/hooks/useSuggestedActions.js:19:9)
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)
|
|
› simple/fatModule/esm.sh/fluentTheme.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.sh/fluentTheme:73:9
|
|
HTML test (11/17)
Process completed with exit code 1.
|
|
Citation URL (fluent) › citation/url.fluent.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "incoming activity appears in the store" after 1 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async Object.emulateIncomingActivity (https:/webchat2/test-page-object.mjs:28:358407)
at async https:/webchat2/__tests__/html2/citation/url?variant=fluent:191:7
|
|
calling postActivity should send an activity:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
calling stopDictate should stop dictate:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/simple.react-baseline.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/simple.react-baseline:41:9
|
|
› accessibility/liveRegion/suggestedActions/withoutMessage.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/liveRegion/suggestedActions/withoutMessage:51: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 0.08203125% different from snapshot (189 differing pixels).
See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/accessibility/delayActivity/withReplyToId.html.snap-3-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)
|
|
› simple/fatModule/supportPolymiddleware.renderWebChat.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/supportPolymiddleware.renderWebChat:66:9
|
|
› activityGrouping/activityGrouping.legacyActivityStatusMiddleware.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.3326822916666667% different from snapshot (6141 differing pixels).
See diff for details: /home/runner/work/BotFramework-WebChat/BotFramework-WebChat/__tests__/html2/activityGrouping/activityGrouping.legacyActivityStatusMiddleware.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)
|
|
› accessibility/liveRegion/activity/text.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/liveRegion/activity/text:90:9
|
|
HTML test (8/17)
Process completed with exit code 1.
|
|
› accessibility/suggestedActions/carouselLayout.ariaAttributes.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/suggestedActions/carouselLayout.ariaAttributes:46:9
|
|
› accessibility/liveRegion/activity/speakOverrideAttachments.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/liveRegion/activity/speakOverrideAttachments:64:9
|
|
useTrackDimension › should not track invalid dimension value:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackDimension › should not track invalid dimension name:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackDimension › should track string dimension:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› autoScroll/autoScroll.withPostBack.activity.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "scroll is at 806px and stabilized after 5 counts" after 5 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async _n (https:/webchat2/test-page-object.js:12:198512)
at async https:/webchat2/__tests__/html2/autoScroll/autoScroll.withPostBack.activity:169:9
|
|
HTML test (16/17)
Process completed with exit code 1.
|
|
useTextBoxSubmit and set focus to "sendBox":
https://webchat2/__dist__/webchat-es5.js#L84
Only literals, JSON literals, and plain object can be flattened
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:206354)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207210)
at pCt (https:/webchat2/__dist__/webchat-es5.js:84:207825)
at https:/webchat2/__dist__/webchat-es5.js:84:237848
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
|
|
Two Chat panes side-by-side (fluent) › side-by-side/fluent.html:
https://webchat2/__dist__/webchat-es5.js#L84
ValiError: Invalid key: Expected "identifier" but received undefined
at y9 (https:/webchat2/__dist__/webchat-es5.js:84:53296)
at https:/webchat2/__dist__/webchat-es5.js:84:220540
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at https:/webchat2/__dist__/webchat-es5.js:84:237915
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
at https:/webchat2/__dist__/webchat-es5.js:88:8282
at Map.forEach (<anonymous>)
at d (https:/webchat2/__dist__/webchat-es5.js:88:8270)
|
|
batchedActivities (entity): redirects to ?streamingFormat=entity › livestream/batchedActivities.entity.html:
https://webchat2/__tests__/html2/livestream/batchedActivities?streamingFormat=entity#L94
expect(received).toHaveLength(expected)
Expected length: 1
Received length: 0
Received array: []
at https:/webchat2/__tests__/html2/livestream/batchedActivities?streamingFormat=entity:94:43
|
|
should return bytes for "ja-JP":
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
calling dismissNotification should dismiss notification:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/simple.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/simple:40:9
|
|
› basic/remount.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/basic/remount:44:9
|
|
› accessibility/liveRegion/suggestedActions/withMessage.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/liveRegion/suggestedActions/withMessage:52:9
|
|
HTML test (15/17)
Process completed with exit code 1.
|
|
Part grouping (copilot) › part-grouping/copilot.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 3 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/part-grouping/?variant=copilot:350:7
|
|
Collapsible activity (copilot:
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/collapsible?variant=copilot&fluent-theme=dark:288:9
|
|
calling voiceSelector should use selectVoice from props:
__tests__/hooks/useVoiceSelector.js#L17
expect(received).resolves.toMatchInlineSnapshot()
Received promise rejected instead of resolved
Rejected to value: [Error: crypto.randomUUID is not a function]
at expect (node_modules/expect/build/index.js:113:15)
at expect (__tests__/hooks/useVoiceSelector.js:17:9)
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/adaptiveCard/hack.persistValuesMod.html:
https://webchat2/__tests__/html2/accessibility/adaptiveCard/hack.persistValuesMod#L69
expect(received).toHaveProperty(path, value)
Expected path: "value"
Expected value: "John Doe"
Received value: ""
at https:/webchat2/__tests__/html2/accessibility/adaptiveCard/hack.persistValuesMod:69:28
|
|
› 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 10.206163194444445% different from snapshot (23515 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)
|
|
Part grouping: keyboard expand/collapse › part-grouping/keyboard.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 7 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/part-grouping/keyboard:138:9
|
|
› accessibility/suggestedActions/sendFocusImmediately.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/suggestedActions/sendFocusImmediately:46:9
|
|
useTrackEvent › should not track event with invalid name:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackEvent › should not track event with incompatible complex data:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackEvent › should not track event with boolean data:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackEvent › should track complex event:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackEvent › should track numeric event:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackEvent › should track numeric event:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackEvent › should track simple event using info explicitly:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
useTrackEvent › should track simple event:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
Citation URL › citation/url.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "incoming activity appears in the store" after 1 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async Object.emulateIncomingActivity (https:/webchat2/test-page-object.mjs:28:358407)
at async https:/webchat2/__tests__/html2/citation/url:191:7
|
|
Collapsible activity (fluent) › activity/collapsible.fluent.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/collapsible?variant=fluent:288:9
|
|
useSendMessage hook › should send attachments with a message:
https://webchat2/__dist__/webchat-es5.js#L84
Only literals, JSON literals, and plain object can be flattened
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:206354)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207356)
at a2e (https:/webchat2/__dist__/webchat-es5.js:84:207210)
at pCt (https:/webchat2/__dist__/webchat-es5.js:84:207825)
at https:/webchat2/__dist__/webchat-es5.js:84:237848
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
|
|
calling sendPostBack should send a post back activity:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
calling submitSendBox should send the message in send box:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
calling startDictate should start dictate:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return speech synthesis bypass if not set in props:
__tests__/hooks/useWebSpeechPonyfill.js#L23
expect(received).resolves.toMatchInlineSnapshot()
Received promise rejected instead of resolved
Rejected to value: [Error: crypto.randomUUID is not a function]
at expect (node_modules/expect/build/index.js:113:15)
at expect (__tests__/hooks/useWebSpeechPonyfill.js:23:9)
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)
|
|
getter should return webSpeechPonyfill from props:
__tests__/hooks/useWebSpeechPonyfill.js#L15
expect(received).resolves.toBeTruthy()
Received promise rejected instead of resolved
Rejected to value: [Error: crypto.randomUUID is not a function]
at expect (node_modules/expect/build/index.js:113:15)
at expect (__tests__/hooks/useWebSpeechPonyfill.js:15:9)
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/test-page-object.js#L12
Timed out while waiting for page condition "all outgoing activities sent" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/chatAdapter/sequenceId.directLine.outgoing:143:9
|
|
› speech/performCardAction.continuous.html:
__tests__/html2/speech/performCardAction.continuous.html#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 __tests__/html2/speech/performCardAction.continuous.html:3:9
at Object.<anonymous> (__tests__/html2/speech/performCardAction.continuous.html:2:7)
|
|
› speech/performCardAction.continuous.html:
undefined#L0
StaleElementReferenceError: stale element reference: stale element not found in the current frame
(Session info: chrome=141.0.7390.107)
at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:523:15)
at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:524:13)
at Executor.execute (node_modules/selenium-webdriver/lib/http.js:456:28)
at Driver.execute (node_modules/selenium-webdriver/lib/webdriver.js:745:17)
|
|
getter should return user ID set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
setter should set the send box text:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should get the send box text:
__tests__/hooks/useSendBoxValue.js#L16
expect(received).resolves.toBe()
Received promise rejected instead of resolved
Rejected to value: [Error: crypto.randomUUID is not a function]
at expect (node_modules/expect/build/index.js:113:15)
at expect (__tests__/hooks/useSendBoxValue.js:16:9)
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)
|
|
setter should be falsy:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return undefined if not set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return username set in props:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
should return relative time for "yue":
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› accessibility/suggestedActions/stackedLayout.ariaAttributes.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/suggestedActions/stackedLayout.ariaAttributes:46:9
|
|
› preact/activity/feedback.status.html:
<anonymous>#L137
TypeError: Cannot read properties of undefined (reading 'querySelectorAll')
at _callee$ (<anonymous>:137:36)
at m (https:/webchat2/__dist__/webchat-es5.js:31:1804)
at Generator.<anonymous> (https:/webchat2/__dist__/webchat-es5.js:31:3189)
at Generator.next (https:/webchat2/__dist__/webchat-es5.js:31:2231)
at asyncGeneratorStep (<anonymous>:11:103)
at _next (<anonymous>:13:194)
|
|
Part grouping: status › part-grouping/status.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 4 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/part-grouping/status:183:7
|
|
setter should be falsy:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return false if group timestamp is disabled:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return default group timestamp if not set in styleOptions:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return group timestamp set in styleOptions:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/esm.run/simple.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.run/simple:40:9
|
|
› simple/fatModule/esm.sh/tsx/simple.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async <anonymous>:1:605
|
|
› simple/fatModule/esm.sh/supportPolymiddleware.reactDOMRender.withCreateRoot.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.sh/supportPolymiddleware.reactDOMRender.withCreateRoot:66:9
|
|
› simple/fatModule/esm.sh/adaptiveCards.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.sh/adaptiveCards:75:9
|
|
› autoScroll/autoScroll.withPostBack.page.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "scroll is at 1145px and stabilized after 5 counts" after 5 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async _n (https:/webchat2/test-page-object.js:12:198512)
at async https:/webchat2/__tests__/html2/autoScroll/autoScroll.withPostBack.page:166:9
|
|
Part grouping: navigation › part-grouping/navigation.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 7 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/part-grouping/navigation:136:9
|
|
plural rules › should return plural string of one:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
plural rules for "yue":
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
should throw if "id" is not string:
http:/webchat/webchat.js#L83
expect(received).rejects.toThrow(expected)
Expected substring: "useLocalizer: \"id\" must be a string."
Received message: "crypto.randomUUID is not a function"
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
at Object.toThrow (node_modules/expect/build/index.js:218:22)
at toThrow (__tests__/hooks/useLocalizer.js:54:101)
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)
|
|
should return overrode string for non-existent ID:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
should return empty string for non-existent ID:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
should return string for default language:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
should return string for "yue":
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› autoScroll/autoScroll.eventActivity.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "scroll is at 597px and stabilized after 5 counts" after 5 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async _n (https:/webchat2/test-page-object.js:12:198512)
at async https:/webchat2/__tests__/html2/autoScroll/autoScroll.eventActivity:109:9
|
|
speech synthesis › should stop synthesis after clicking on microphone button:
undefined#L0
TimeoutError: Waiting negation of a condition
Wait timed out after 1039ms
at node_modules/selenium-webdriver/lib/webdriver.js:929:22
|
|
Two Chat panes side-by-side using Fluent theme › side-by-side/index.html:
https://webchat2/__dist__/webchat-es5.js#L84
ValiError: Invalid key: Expected "identifier" but received undefined
at y9 (https:/webchat2/__dist__/webchat-es5.js:84:53296)
at https:/webchat2/__dist__/webchat-es5.js:84:220540
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at https:/webchat2/__dist__/webchat-es5.js:84:237915
at https:/webchat2/__dist__/webchat-es5.js:84:216644
at xCt.act (https:/webchat2/__dist__/webchat-es5.js:84:217805)
at https:/webchat2/__dist__/webchat-es5.js:84:244278
at https:/webchat2/__dist__/webchat-es5.js:88:8282
at Map.forEach (<anonymous>)
at d (https:/webchat2/__dist__/webchat-es5.js:88:8270)
|
|
setter should be falsy:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return default timeout for sending activity:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
getter should return timeout for sending activity:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
calling performCardAction should send card action to middleware:
http://webchat/webchat.js#L83
TypeError: crypto.randomUUID is not a function
at s1e (http:/webchat/webchat.js:83:444874)
at s1e (http:/webchat/webchat.js:83:445258)
at GXn (http:/webchat/webchat.js:83:445873)
at http:/webchat/webchat.js:83:475896
at http:/webchat/webchat.js:83:454692
at lJn.act (http:/webchat/webchat.js:83:455853)
at http:/webchat/webchat.js:83:482326
at http:/webchat/webchat.js:87:8282
at Map.forEach (<anonymous>)
at d (http:/webchat/webchat.js:87:8270)
|
|
› simple/fatModule/esm.sh/simple.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.sh/simple:39:9
|
|
› accessibility/suggestedActions/flowLayout.ariaAttributes.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "connected" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/accessibility/suggestedActions/flowLayout.ariaAttributes:46:9
|
|
› accessibility/adaptiveCard/hack.activeElementMod.html:
https://webchat2/__tests__/html2/accessibility/adaptiveCard/hack.activeElementMod#L60
P: Illegal invocation
at https:/webchat2/__tests__/html2/accessibility/adaptiveCard/hack.activeElementMod:60:40
|
|
› simple/fatModule/esm.run/adaptiveCards.html:
https://webchat2/test-page-object.mjs#L12
Timed out while waiting for page condition "exactly 1 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.mjs:12:195925)
at async https:/webchat2/__tests__/html2/simple/fatModule/esm.run/adaptiveCards:76:9
|
|
› autoScroll/autoScroll.snap.page.html:
https://webchat2/__tests__/html2/autoScroll/autoScroll.snap.page#L88
expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Object {
- "acknowledged": 3,
- "unacknowledged": 1,
+ "acknowledged": 4,
+ "unacknowledged": 0,
}
at https:/webchat2/__tests__/html2/autoScroll/autoScroll.snap.page:88:50
|
|
Part grouping: position › part-grouping/position.html:
https://webchat2/test-page-object.js#L12
Timed out while waiting for page condition "exactly 3 activities is shown" after 15 seconds.
at J (https:/webchat2/test-page-object.js:12:195925)
at async https:/webchat2/__tests__/html2/part-grouping/position:218:7
|
|
HTML test (12/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 (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 (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.
|
|
HTML test (3/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 (9/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
|
102 MB |
sha256:dd958b0930b1dedf524a3020f8b0dab4e08efe2f8ccadb3a29b4b93d670ec387
|
|
|
test-result
Expired
|
1.81 MB |
sha256:566f380bdeeaf8e61839429c474dac14650adf2528398fddd64738c387415c26
|
|
|
test-snapshot-diff
Expired
|
2.51 MB |
sha256:35b82c2373f87e5298cd924e9d987b0e6db2be02c0ac2ee1e74d760e7d92a7fc
|
|