Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions integration_testing/features/edit-channel-details.feature
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
Feature: Edit channel details

Background:
Given I am signed in to Studio
And I am on *My Channels* tab

Scenario: Edit channel details
When I click the *...* (Options) button for the desired channel
And I click the *Edit channel details* option
Then I see a new page with the channel details
And I see the details for the channel - channel name, language, channel description etc.
When I modify any of the details
And I click the *Save changes* button
Then I see a message: Changes saved
And I can close the page

Feature: Edit channel details

Background:
Given I am signed in to Studio
And I am on the channel editor view

Scenario: Edit channel details
When I click the pencil icon next to the channel name
Then I see a modal window with the channel details
And I see the details for the channel - channel name, language, channel description etc.
When I modify any of the details
And I click the *Save changes* button
Then I see a message: Changes saved
And I can close the modal window
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
Feature: Access and use additional options on channel list
User needs to be able to access additional options to manage channels from the channel list

Background:
Given I am signed in to Studio
And I am on any of the tabs (*My Channels*, *Starred*, *View only*, or *Content Library*)

Scenario: Edit channel details
When I click the *⋮* button (ellipsis button) for more options
And I select *Edit channel details*
Then I
And I
When I
Then I
Feature: Access and use additional options on channel list
User needs to be able to access additional options to manage channels from the channel list

Background:
Given I am signed in to Studio
And I am at *My Channels* tab

Scenario: Edit channel details
When I click the *⋮* button
And I click the *Edit channel details* option
Then I see a modal window with the channel details
And I see the details for the channel - channel name, language, channel description etc.
When I modify any of the details
And I click the *Save changes* button
Then I see a message: Changes saved
And I can close the modal window

Scenario: Copy channel token
When I click the *⋮* button
And I click the *Copy channel token* option
Then I see the *Copy channel token* modal window
When I click on the icon to the right of the token
Then I see a *Token copied* message
And I can paste the copied token wherever I need to paste it

Scenario: Delete channel
When I click the *⋮* button
And I click the *Delete channel* option
Then I see the *Delete this channel* modal window
And I see a message *This channel will be permanently deleted. This cannot be undone.*
When I click the *Delete channel* button
Then the channel is deleted and is no longer displayed

Scenario: View channel details
When I click the *i* button
Then I see a modal window with the channel details
When I click the *Download channel summary button*
And I click one of the available options
Then I can download the channel summary either as a .pdf or a .csv file