@legacy
@rb
Feature: Chrome Bulk Uploader
  In order to ensure Chrome Bulk Uploader is working
  As a vendor
  I need to be able to bulk upload something in Chrome

  # 01/02/22 - Broken due to exel template path being broken in new workstation setup, wiping for now to unblock
  @wip
  Scenario: Validation failure
    Given a Workstation label_7123 user
    And I am on the Workstation::BulkUploadPage
    When I upload a spreadsheet with invalid data
    Then the spreadsheet should not validate

  Scenario: Incorrect spreadsheet or file format
    Given a Workstation label_7123 user
    And I am on the Workstation::BulkUploadPage
    When I upload an invalid spreadsheet (or incorrect file format)
    Then the spreadsheet should not validate
