From c38fe92081fad430633e553df1d070e7277f6188 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Dec 11 2018 11:25:58 +0000 Subject: Remove debugging. --- diff --git a/gnome_terminal/features/steps/steps.py b/gnome_terminal/features/steps/steps.py index 4d6d95d..a6ccbfa 100755 --- a/gnome_terminal/features/steps/steps.py +++ b/gnome_terminal/features/steps/steps.py @@ -117,7 +117,7 @@ def term_has_output(context, output): def yelp_shows_help(context): yelp = root.application('yelp') shows = yelp.findChild(lambda x: x.roleName == 'frame') - breakpoint() + sleep(2) assert shows.name == 'Terminal', 'Yelp does not show the expected content.'