Feature: Chrome Bulk Uploader

  @rb
  @id_94b634dfd4750d2afda0ffb300779677a9f90d41924f847bf91d4dbfc15bb007
  Scenario: Validation failure
    Given an orchard employee label_7123 for workstation
    And I login silently to workstation and visit the bulk upload page
    When I upload an invalid spreadsheet with invalid data
    Then The spreadsheet should not validate

  @legacy
  @rb
  @oaworkstation
  @id_6c7a27e84d83fe8f2043c461f15631b56376cf764e08cd86e208e5c215c88cd8
  Scenario: Incorrect spreadsheet or file format
    Given an orchard employee label_7123 for workstation
    And I login silently to workstation and visit the bulk upload page
    When I upload an invalid spreadsheet or incorrect file format
    Then The spreadsheet should not validate

  @id_b386526f1dc27a10f46fb1a3ea664b67ee7783fadf2a027910fbfe302922cebc
  Scenario: Upload a Release
    Given an orchard employee label_7123 for workstation
    And I login silently to workstation and visit the bulk upload page
    When I upload an valid spreadsheet using the bulk uploader
    Then The spreadsheet should validate
