Created
December 3, 2013 15:59
-
-
Save vrutkovs/7771752 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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