aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Rutkovsky <vrutkovs@redhat.com>2014-06-11 22:05:46 +0800
committerVadim Rutkovsky <vrutkovs@redhat.com>2014-06-11 22:06:03 +0800
commit3dd25885b85652b145fbc6de8327d3d8bcc78e00 (patch)
tree896421f6913dfa8c3bba982eeebd53ccd42b532b
parent1d4ee81c22ac1367c319105796a9bf66635c4a26 (diff)
downloadgsoc2013-evolution-3dd25885b85652b145fbc6de8327d3d8bcc78e00.tar
gsoc2013-evolution-3dd25885b85652b145fbc6de8327d3d8bcc78e00.tar.gz
gsoc2013-evolution-3dd25885b85652b145fbc6de8327d3d8bcc78e00.tar.bz2
gsoc2013-evolution-3dd25885b85652b145fbc6de8327d3d8bcc78e00.tar.lz
gsoc2013-evolution-3dd25885b85652b145fbc6de8327d3d8bcc78e00.tar.xz
gsoc2013-evolution-3dd25885b85652b145fbc6de8327d3d8bcc78e00.tar.zst
gsoc2013-evolution-3dd25885b85652b145fbc6de8327d3d8bcc78e00.zip
tests: don't scroll up if we're checking IMs
-rw-r--r--tests/steps/addressbook_steps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/steps/addressbook_steps.py b/tests/steps/addressbook_steps.py
index 00198286af..6772fabe0e 100644
--- a/tests/steps/addressbook_steps.py
+++ b/tests/steps/addressbook_steps.py
@@ -295,8 +295,8 @@ def set_contact_emails_to_value(context, section):
@then(u'{section} are set to')
def emails_are_set_to(context, section):
- (textboxes, comboboxes,collapse_button) = get_combobox_textbox_object(
- context.app.contact_editor, section, False)
+ (textboxes, comboboxes, collapse_button) = get_combobox_textbox_object(
+ context.app.contact_editor, section, section != 'IMs')
actual = []
for index, textbox in enumerate(textboxes):