From b3a82fcf920be247deb37104090ba23016fe0d46 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 21 Apr 2015 13:58:25 +0000 Subject: [PATCH] Fix how uh-wm is tested for readiness in UAT --- lib/uh/wm/testing/acceptance_helpers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/uh/wm/testing/acceptance_helpers.rb b/lib/uh/wm/testing/acceptance_helpers.rb index d63f168..ec7d153 100644 --- a/lib/uh/wm/testing/acceptance_helpers.rb +++ b/lib/uh/wm/testing/acceptance_helpers.rb @@ -6,7 +6,7 @@ module Uh module AcceptanceHelpers TIMEOUT_DEFAULT = 2 QUIT_KEYBINDING = 'alt+shift+q'.freeze - LOG_CONNECTED = 'Connected to'.freeze + LOG_READY = 'Working events'.freeze def uhwm_run options = '-v' command = %w[uhwm] @@ -45,7 +45,7 @@ module Uh end def uhwm_wait_ready - uhwm_wait_output LOG_CONNECTED + uhwm_wait_output LOG_READY end def uhwm_run_wait_ready options = nil