From 649a47b62bf8e631fff22001edaddd8ef0bcf841 Mon Sep 17 00:00:00 2001 From: Joshua Moody Date: Fri, 20 Nov 2015 17:32:53 +0100 Subject: [PATCH] Cucumber: try preferences See if we can reduce the FIFO problems --- cucumber/features/support/01_launch.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cucumber/features/support/01_launch.rb b/cucumber/features/support/01_launch.rb index 7a8be2d23..d409da9fd 100644 --- a/cucumber/features/support/01_launch.rb +++ b/cucumber/features/support/01_launch.rb @@ -26,6 +26,7 @@ def self.launcher=(launcher) launcher = Calabash::Launcher.launcher options = { # Add launch options here. + :uia_strategy => :preferences } relaunch = true