Skip to content

Instantly share code, notes, and snippets.

@vrutkovs
Created December 3, 2013 15:59
Show Gist options
  • Select an option

  • Save vrutkovs/7771752 to your computer and use it in GitHub Desktop.

Select an option

Save vrutkovs/7771752 to your computer and use it in GitHub Desktop.
Feature: Addressbook: File: Create contacts
Background:
* Open Evolution via command and setup fake account
* Open "Contacts" section
* Select "Personal" addressbook
* Change categories view to "Any Category"
* Delete all contacts containing "Doe"
Scenario: Create a simple contact
* Create a new contact
* Set "Full Name..." in contact editor to "John Doe"
* Save the contact
* Refresh addressbook
* Select "Doe, John" contact
* Open contact editor for selected contact
Then "Full Name..." property is set to "John Doe"
Scenario: Create a contact with nickname
* Create a new contact
* Set "Full Name..." in contact editor to "Joe Doe"
* Set "Nickname:" in contact editor to "Unknown"
* Save the contact
* Refresh addressbook
* Select "Doe, Joe" contact
* Open contact editor for selected contact
Then "Nickname:" property is set to "Unknown"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment