Skip to content

Commit 0ff8202

Browse files
Fix test keys
1 parent 8534552 commit 0ff8202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

injected/integration-test/device-enumeration.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test.describe('Device Enumeration Feature', () => {
2929
},
3030
featureSettings: {
3131
webCompat: {
32-
deviceEnumeration: 'enabled',
32+
enumerateDevices: 'enabled',
3333
},
3434
},
3535
});

injected/integration-test/test-pages/webcompat/config/device-enumeration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"state": "enabled",
88
"exceptions": [],
99
"settings": {
10-
"deviceEnumeration": "enabled"
10+
"enumerateDevices": "enabled"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)