Skip to content

Commit cfdfc4e

Browse files
committed
Iterate
Signed-off-by: Michael Telatynski <[email protected]>
1 parent d0fea74 commit cfdfc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/e2e/crypto/device-verification.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test.describe("Device verification", () => {
102102
// feed the QR code into the verification request.
103103
const qrData = await readQrCode(infoDialog);
104104
const verifier = await verificationRequest.evaluateHandle(
105-
(request, qrData) => request.scanQRCode(new Uint8Array(qrData)),
105+
(request, qrData) => request.scanQRCode(new Uint8ClampedArray(qrData)),
106106
[...qrData],
107107
);
108108

0 commit comments

Comments
 (0)