# This is its own feature because of the potential for test interference
@analytics
@frontend_analytics
@frontend_engagement
Feature: Analytics Hide and Unhide Channels
  `In order to hide the unwanted channel`
  As a Vendor
  I should be able to hide and unhide channel

  Background: Clear Browser
    Given I have a clear browser

  @id_af8af31e871b71921c9f8f7fff238b743bbb265a9619cf483969d665c52a4cac
  Scenario: Hide Download Albums channel
    Given an orchard employee label_15063 for workstation
    And I login silently to workstation and visit the analytics overview page
    And the Download Albums channel is not hidden
    When I hide the Download Albums channel
    Then the Download Albums channel should be hidden

  @id_66daa92560cafd310e6760350a47a7ca5545f0c9e34f532f3eff06181b0c2600
  Scenario: Unhide Download Albums channel
    Given an orchard employee label_15063 for workstation
    And I login silently to workstation and visit the analytics overview page
    And the Download Albums channel is hidden
    When I unhide the Download Albums channel
    Then the Download Albums channel should reappear
