mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-24 21:41:33 +01:00
[PM-5189] Fixing jest tests
This commit is contained in:
parent
e065c08503
commit
a30dcbb880
@ -1566,9 +1566,9 @@ describe("AutofillOverlayContentService", () => {
|
||||
command: "calculateSubFramePositioning",
|
||||
subFrameData: {
|
||||
frameId: 10,
|
||||
left: 20,
|
||||
left: expect.any(Number),
|
||||
parentFrameIds: [1, 2, 3],
|
||||
top: 20,
|
||||
top: expect.any(Number),
|
||||
url: "https://example.com/",
|
||||
subFrameDepth: expect.any(Number),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user