@insights_regression
@insights_account
Feature: Account Page Recent Releases States

  Background: Account Recent Releases States verification
    Given an orchard employee insightsemployee for insights
    And I log in to Insights silently

  @IN-13528
  @IN-130043
  @id_e7996e668a6aa0c4f5d7395efa92c3f13243c3158a5fee609a9d86c4256fe7a0
  Scenario Outline: Account Recent Releases States verification. - <link> no data
    When I visit the insights <link> page
    And I can scroll to Recent Releases on the Page
    Then "You don’t have any data yet" message on the page

    Examples:
      | link                             |
      | /account/21786                   |
      | /account/26760/subaccount/46189/ |

  @IN-13528
  @IN-130044
  @id_205068211e82df6492a3817ba5e58d4fca250e4603f5860be0c34d6c3b70d3dd
  Scenario Outline: Account Recent Releases States verification. - <link> failed state
    When I visit the insights <link> page
    And I can scroll to Recent Releases on the Page
    Then "Sorry, we hit a snag" message on the page
    And "Data failed to load. Please refresh the page." message on the page

    Examples:
      | link                             |
      | /account/21786                   |
      | /account/26760/subaccount/46189/ |
