Skip to content

Commit

Permalink
tests: contact editor: don't collapse sections
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Nov 14, 2014
1 parent 5fd00e5 commit a63a172
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/steps/addressbook_steps.py
Expand Up @@ -314,9 +314,6 @@ def emails_are_set_to(context, section):
assert actual == expected, "Incorrect %s value:\nexpected:%s\n but was:%s" % (
row['Field'], expected, actual)

# Collapse the section after check
collapse_button.click()


@step(u'Tick "Wants to receive HTML mail" checkbox')
def tick_checkbox(context):
Expand Down

0 comments on commit a63a172

Please sign in to comment.