Feature: Insights Validate on Production

  @production
  @insights
  @deprecated
  @id_7c616e47fbdb0a3739aee02122ec59b9f93e9d3c912f1931f316eb3f5532a3c7
  Scenario: Validate that insights app works
    Given a user from prod visits insights
    When I log in to Insights
    Then I can see that insights search page works
    Then I can see that insights my catalog page works
    Then I can see that insights my favorites page works
    Then I can see that insights charts page works
    Then I log out of Insights
