@analytics
Feature: Analytics Marketable Events
  * "Add Event" on Workstation Analytics Overview page
# TODO: move this to SPA SA once AnalyticsOverviewPage is under SPA
  Scenario: Add then delete event
    Given a Workstation label_9808 user
    And I am on the Workstation::AnalyticsOverviewPage
    When I set the Overview start date to 2014-07-01 and end date to 2014-07-31
    And I apply the selected filters
    And I add an event
    Then the event should be added
    When I delete the event
    Then the event should be deleted
