@analytics
@frontend_analytics
@frontend_engagement
# This is its own feature because of the potential for test interference
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
# TODO: move this to SPA SA once AnalyticsOverviewPage is under SPA
  Scenario: Hide Download Albums channel
    Given a Workstation label_15063 user
    Given I am on the Workstation::AnalyticsOverviewPage
    And the Download Albums channel is not hidden
    When I hide the Download Albums channel
    Then the Download Albums channel should be hidden
# TODO: move this to SPA SA once AnalyticsOverviewPage is under SPA
  Scenario: Unhide Download Albums channel
    Given a Workstation label_15063 user
    Given I am on the Workstation::AnalyticsOverviewPage
    And the Download Albums channel is hidden
    When I unhide the Download Albums channel
    Then the Download Albums channel should reappear
