To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorPhone Settings Page
- Background
-
- Given
- We are on the user login page
- Scenarios
-
- Verify Phone Settings page when user has no devices
- Verify Phone Settings Page with single device with one or multiple lines
- Verify Phone Settings Page with multiple devices
- Verify Phone Settings Page when we select a new device (not the first one from the list)
- Verify Phone Settings page when user has no devices
-
- When
- We log in to the Self Care page with username and password
- And
- We are on the Phone Settings Page
- And
- The View dropdown is empty
- And
- We go to Call Forwarding Page
- Then
- We should see the message message in the call forwarding page
- And
- The Save and Cancel buttons should be hidden
Examples: no devices username password message "user1" "cisco" "User currently has no phone number(s) configured" - Verify Phone Settings Page with single device with one or multiple lines
-
- When
- We log in to the Self Care page with username and password
- And
- We are on the Phone Settings Page
- And
- The device dropdown list has number_of_devices
- Then
- The first device in the dropdown list should be auto-selected
- And
- The ring settings (CFNA, CFB) for number_of_lines lines should be displayed
- And
- The ring settings is for the selected device
Examples: single device with single line username password number_of_devices number_of_lines device_name "user1" "12345" 1 1 "CP-9971" Examples: single device with multiple lines username password number_of_devices number_of_lines device_name "user2" "12345" 1 2 "CP-9971" - Verify Phone Settings Page with multiple devices
-
- When
- We log in to the Self Care page with username and password
- And
- We are on the Phone Settings Page
- And
- The device dropdown list has number_of_devices
- Then
- The first device in the dropdown list should be auto-selected
- And
- The ring settings (CFNA, CFB) for number_of_lines lines should be displayed
- And
- The ring settings is for the selected device
Examples: multiple devices with multiple lines username password number_of_devices number_of_lines "user3" "12345" 2 2 - Verify Phone Settings Page when we select a new device (not the first one from the list)
-
- When
- We log in to the Self Care page with username and password
- And
- We are on the Phone Settings Page
- And
- The device dropdown list has number_of_devices
- And
- We select device device_index from the list
- Then
- The ring settings (CFNA, CFB) for number_of_lines lines should be displayed
- And
- The ring settings is for the selected device
Examples: multiple device with multiple lines username password number_of_devices number_of_lines device_index "user3" "12345" 2 2 2
Last published almost 7 years ago by Chris.