Skip to content

Commit 3bed1c9

Browse files
committed
Fix test
1 parent dd4c8c5 commit 3bed1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/html2/debugAPI/playground/lockdown.skip.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
// "Cannot assign to read only property 'incomingActivity' of object '#<Object>'"
4949
const scenario1 = () => spyOn(rootElement.webChat.breakpoint, 'incomingActivity');
5050

51-
expect(scenario1).toThrow("Cannot assign to read only property 'incomingActivity' of object '#<Object>'");
51+
expect(scenario1).toThrow("Cannot assign to read only property 'incomingActivity' of object '[object Object]'");
5252
expect(rootElement.webChat.breakpoint.incomingActivity).toBe(originalIncomingActivity);
5353

5454
// Scenario 2.

0 commit comments

Comments
 (0)