From 79a281e6bb51984971767d4448aa0aaaba90d5fb Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Dec 11 2018 11:19:35 +0000 Subject: Correct typo. --- diff --git a/gnome_terminal/features/steps/steps.py b/gnome_terminal/features/steps/steps.py index 468e883..8f81fd8 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') - assert shows.name == 'Terminal'. 'Yelp does not show the expected content.' + assert shows.name == 'Terminal', 'Yelp does not show the expected content.' @then(u'Installed page is shown')