You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pluggableWidgets/barcode-scanner-web/src/components/__tests__/__snapshots__/BarcodeScanner.spec.tsx.snap
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
exports[`Barcode scanner does not show the overlay when the user opts out of it 1`] =`
4
4
<DocumentFragment>
5
5
<div
6
-
class="mx-barcode-scanner"
6
+
class="mx-barcode-scanner mx-zxing-detector"
7
7
style="width: 100%; height: 100%;"
8
8
>
9
9
<div
@@ -20,7 +20,7 @@ exports[`Barcode scanner does not show the overlay when the user opts out of it
20
20
exports[`Barcode scanner renders video and overlay correctly 1`] =`
0 commit comments