Update Romanian translation
[evolution.git] / tests / addressbook.feature
bloba0fd67ddc3302f8f5dde6d932b2fb4eaa0f1a757
1 Feature: Addressbook: File: Create contacts
3   Background:
4     * Open Evolution and setup fake account
5     * Open "Contacts" section
6     * Select "Personal" addressbook
7     * Change categories view to "Any Category"
8     * Delete all contacts containing "Doe"
10     @addressbook_contacts
11     Scenario: Create a simple contact
12       * Create a new contact
13       * Set "Full Name..." in contact editor to "John Doe"
14       * Save the contact
15       * Refresh addressbook
16       * Select "Doe, John" contact
17       * Open contact editor for selected contact
18       Then "Full Name..." property is set to "John Doe"
20     @addressbook_contacts
21     Scenario: Create a new contact with data
22       * Create a new contact
23       * Set "Full Name..." in contact editor to "Jimmy Doe"
24       * Set "Nickname:" in contact editor to "Unknown"
25       * Set emails in contact editor to
26         | Field       | Value                    |
27         | Work Email  | jimmy.doe@company.com    |
28         | Home Email  | jimmy_doe_72@gmail.com   |
29         | Other Email | jimmydoe72@yahoo.com     |
30         | Other Email | xxjimmyxx@free_email.com |
31       * Tick "Wants to receive HTML mail" checkbox
32       * Set phones in contact editor to
33         | Field           | Value |
34         | Assistant Phone | 123   |
35         | Business Phone  | 234   |
36         | Business Fax    | 345   |
37         | Callback Phone  | 456   |
38         | Car Phone       | 567   |
39         | Company Phone   | 678   |
40         | Home Phone      | 789   |
41         | Home Fax        | 890   |
42         | ISDN            | 123   |
43         | Mobile Phone    | 234   |
44         | Other Phone     | 345   |
45         | Other Fax       | 456   |
46         | Pager           | 567   |
47         | Primary Phone   | 678   |
48         | Radio           | 789   |
49         | Telex           | 890   |
50       * Set IMs in contact editor to
51         | Field     | Value     |
52         | AIM       | 123       |
53         | Jabber    | 234       |
54         | Yahoo     | 345       |
55         | Gadu-Gadu | 456       |
56         | MSN       | 123       |
57         | ICQ       | 234       |
58         | GroupWise | 345       |
59         | Skype     | jimmy.doe |
60         | Twitter   | @jimmydoe |
61       * Save the contact
62       * Refresh addressbook
63       * Select "Doe, Jimmy" contact
64       * Open contact editor for selected contact
65       Then "Nickname:" property is set to "Unknown"
66        And Emails are set to
67         | Field       | Value                    |
68         | Work Email  | jimmy.doe@company.com    |
69         | Home Email  | jimmy_doe_72@gmail.com   |
70         | Other Email | jimmydoe72@yahoo.com     |
71         | Other Email | xxjimmyxx@free_email.com |
72        And "Wants to receive HTML mail" checkbox is ticked
73        And Phones are set to
74         | Field           | Value |
75         | Assistant Phone | 123   |
76         | Business Phone  | 234   |
77         | Business Fax    | 345   |
78         | Callback Phone  | 456   |
79         | Car Phone       | 567   |
80         | Company Phone   | 678   |
81         | Home Phone      | 789   |
82         | Home Fax        | 890   |
83         | ISDN            | 123   |
84         | Mobile Phone    | 234   |
85         | Other Phone     | 345   |
86         | Other Fax       | 456   |
87         | Pager           | 567   |
88         | Primary Phone   | 678   |
89         | Radio           | 789   |
90         | Telex           | 890   |
91        And IMs are set to
92         | Field     | Value     |
93         | AIM       | 123       |
94         | Jabber    | 234       |
95         | Yahoo     | 345       |
96         | Gadu-Gadu | 456       |
97         | MSN       | 123       |
98         | ICQ       | 234       |
99         | GroupWise | 345       |
100         | Skype     | jimmy.doe |
101         | Twitter   | @jimmydoe |