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