Skip to content

Commit 61c6be0

Browse files
committed
Fix typo
1 parent fd18b7c commit 61c6be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/html/fluentTheme/side-by-side.wide.dark.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@
674674

675675
await host.snapshot();
676676

677-
const focusPresetsMap = new Map(Obje.entries({
677+
const focusPresetsMap = new Map(Object.entries({
678678
navigation: async sendbox => {
679679
sendbox.focus();
680680
await host.sendKeys('Next message');

0 commit comments

Comments
 (0)