1
0
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:
Cesar Gonzalez 2024-06-13 08:45:28 -05:00
parent e065c08503
commit a30dcbb880
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF

View File

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