aboutsummaryrefslogtreecommitdiffstats
path: root/squishtests/suite_neptune3/tst_widget_phone/test.feature
blob: b889e23b053429111ddaa22b2284dee9eca8acdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Feature: Test phone widget functionality

  Test some features of the phone widget.


  Scenario Outline: Call some people on the phone widget short list

  Given main menu is open
  And call '<firstnames>' '<lastnames>' on the phone widget short list
  Then number from entry 'favorites' should be called

 Examples:
    | firstnames | lastnames |
    | Jody       | Smith     |
    | Edward     | Jackson   |