2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/11764: doubles long-press delay UI test

This commit is contained in:
Oana Horvath 2020-07-06 16:30:19 +03:00
parent 0a9d823582
commit 3192fdc83e

View File

@ -43,7 +43,7 @@ class ThreeDotMenuMainTest {
@JvmStatic
fun setDevicePreference() {
val mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation())
mDevice.executeShellCommand("settings put secure long_press_timeout 1500")
mDevice.executeShellCommand("settings put secure long_press_timeout 3000")
}
}