aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Rutkovsky <vrutkovs@redhat.com>2014-04-30 19:12:43 +0800
committerVadim Rutkovsky <vrutkovs@redhat.com>2014-04-30 19:12:43 +0800
commit5938ddca613b80aec7240bfc655d43c7ca90cefe (patch)
tree20f916ac7b373088e63eb25f68ea7b3f28eb456c
parent1eabf644c8da9477231eacae93248f58ef5d2219 (diff)
downloadgsoc2013-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
-rw-r--r--tests/steps/addressbook_steps.py2
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)