Feature: Channel In order to add a scope relation to the channel As a administrator I must be able to set a relation between a channel and a scope Scenario: Channel overview Given I am authenticated as "admin" in firewall "default" And I am on "/admin/channel/" Then I should see "Id" And I should see "Name" And I should see "Domains" And I should see "Created" Scenario: Add channel Given I am authenticated as "admin" in firewall "default" And I am on "/admin/channel/new" Then I should see "New" And I should see "User scope"