Skip to content

Commit 0cf87d5

Browse files
authored
Swap wrong mobileSignal option with cellSignal (#8153)
1 parent ae347c8 commit 0cf87d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/e2e/detox.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const config = {
3838
notifications: 'hide',
3939
clock: '1200',
4040
wifiSignal: 'strong',
41-
mobileSignal: 'none',
41+
cellSignal: 'none',
4242
battery: 'full',
4343
charging: false,
4444
},

0 commit comments

Comments
 (0)