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

  @IN-13223
  @IN-13227
  @IN-13228
  @id_4c13f56cef236c97022a461aea4955b8faec731a58daa9b737e5bd6b9fbeb430
  Scenario: Sticky Header store, period, countries displaying verification.
    Given an orchard employee insightsemployee for insights
    And I log in
    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 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 contain United States
    And I can verify store dd should contain Spotify
    And I can verify period dd 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 contain Past 28 Days
