@insights_regression
@insights_sticky_header
Feature: Sticky Header store, period, countries displaying verification

  @IN-13223
  @IN-13227
  @IN-13228
  @id_9db9c2a02c049f782d322022d415f9b857bd3aed7dd50f4a623ae0b5692e9c59
  Scenario: Sticky Header store, period, countries displaying verification.
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently
    When I visit the insights /account/21786 page
    And I can scroll to Recent Releases on the Page
    Then I can verify market dd should not be visible
    And I can verify store dd should not be visible
    And I can verify period dd should should contain Past 28 Days

    When I visit the insights /account/21786/?store=286&period=past7&country=US  page
    And I can scroll to Recent Releases on the Page
    Then I can verify market dd should should contain United States
    And I can verify store dd should should contain Spotify
    And I can verify period dd should should contain Past 7 Days

    Then I visit the insights /channel/UCmBA_wu8xGg1OfOkfW13Q0Q page
    And I can scroll to Estimated Gross Revenue on the Page
    Then I can verify market dd should not be visible
    And I can verify store dd should not be visible
    And I can verify period dd should should contain Past 28 Days
