1
0
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:
Cesar Gonzalez
2024-06-13 08:45:28 -05:00
parent e065c08503
commit a30dcbb880

View File

@@ -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),
}, },