From 877046515c8c2aaa83dbcf4ec8d6f52bdd756d52 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Dec 07 2018 15:17:47 +0000 Subject: Add new functions. --- diff --git a/gnome_terminal/features/steps/steps.py b/gnome_terminal/features/steps/steps.py index b2f5c0b..1109e4a 100755 --- a/gnome_terminal/features/steps/steps.py +++ b/gnome_terminal/features/steps/steps.py @@ -60,6 +60,7 @@ def press_shortcut(context, option): @step('click on {button} button') def click_button(context, button): + breakpoint() if button == "Set Title": mItems = app.findChildren(lambda x: x.roleName == 'menu item') for item in mItems: