From ca52841e23a32064bc462252f7e95bb55c122651 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Dec 11 2018 11:21:48 +0000 Subject: Correct typo. --- diff --git a/gnome_terminal/features/steps/steps.py b/gnome_terminal/features/steps/steps.py index 8f81fd8..49e8250 100755 --- a/gnome_terminal/features/steps/steps.py +++ b/gnome_terminal/features/steps/steps.py @@ -116,7 +116,7 @@ def term_has_output(context, output): @then('yelp shows Terminal help page') def yelp_shows_help(context): yelp = root.application('yelp') - shows = yelp.findChild(lambda x: x,roleName == 'frame') + shows = yelp.findChild(lambda x: x.roleName == 'frame') assert shows.name == 'Terminal', 'Yelp does not show the expected content.'