We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4c8c5 commit 3bed1c9Copy full SHA for 3bed1c9
__tests__/html2/debugAPI/playground/lockdown.skip.html
@@ -48,7 +48,7 @@
48
// "Cannot assign to read only property 'incomingActivity' of object '#<Object>'"
49
const scenario1 = () => spyOn(rootElement.webChat.breakpoint, 'incomingActivity');
50
51
- expect(scenario1).toThrow("Cannot assign to read only property 'incomingActivity' of object '#<Object>'");
+ expect(scenario1).toThrow("Cannot assign to read only property 'incomingActivity' of object '[object Object]'");
52
expect(rootElement.webChat.breakpoint.incomingActivity).toBe(originalIncomingActivity);
53
54
// Scenario 2.
0 commit comments