From 5938ddca613b80aec7240bfc655d43c7ca90cefe Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Wed, 30 Apr 2014 13:12:43 +0200 Subject: tests: eliminate tabs from tests --- tests/steps/addressbook_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/steps/addressbook_steps.py b/tests/steps/addressbook_steps.py index 0bcdc369eb..97c2c72d95 100644 --- a/tests/steps/addressbook_steps.py +++ b/tests/steps/addressbook_steps.py @@ -280,7 +280,7 @@ def set_contact_emails_to_value(context, section): for index, row in enumerate(context.table.rows): # Check that we have sufficient amount of textboxes # If not - click plus buttons until we have enough - if index == len(textboxes): + if index == len(textboxes): textboxes[0].parent.child(roleName="push button").click() (textboxes, comboboxes) = get_combobox_textbox_object( context.app.contact_editor, section) -- cgit v1.2.3