diff options
author | Vadim Rutkovsky <vrutkovs@redhat.com> | 2014-04-30 19:12:43 +0800 |
---|---|---|
committer | Vadim Rutkovsky <vrutkovs@redhat.com> | 2014-04-30 19:12:43 +0800 |
commit | 5938ddca613b80aec7240bfc655d43c7ca90cefe (patch) | |
tree | 20f916ac7b373088e63eb25f68ea7b3f28eb456c /tests | |
parent | 1eabf644c8da9477231eacae93248f58ef5d2219 (diff) | |
download | gsoc2013-evolution-5938ddca613b80aec7240bfc655d43c7ca90cefe.tar gsoc2013-evolution-5938ddca613b80aec7240bfc655d43c7ca90cefe.tar.gz gsoc2013-evolution-5938ddca613b80aec7240bfc655d43c7ca90cefe.tar.bz2 gsoc2013-evolution-5938ddca613b80aec7240bfc655d43c7ca90cefe.tar.lz gsoc2013-evolution-5938ddca613b80aec7240bfc655d43c7ca90cefe.tar.xz gsoc2013-evolution-5938ddca613b80aec7240bfc655d43c7ca90cefe.tar.zst gsoc2013-evolution-5938ddca613b80aec7240bfc655d43c7ca90cefe.zip |
tests: eliminate tabs from tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/steps/addressbook_steps.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |