@bulk_uploader
@graphql_distribution
@frontend_homepage
Feature: Bulk Uploader - skip assets upload and verify created products

  @id_d16f3bbea05e32f0ea7a621ed17c21aa2f4f849be5ff79e0bb40460f26e7658a
  Scenario: Upload valid template, skip assets upload and verify created products
    Given an orchard employee label_15063_2 for workstation
    And I log in
    And I click bulk Create Digital Products in workstation
    When I upload a valid spreadsheet with 2 products to bulk uploader
    Then I should see a success message for valid bulk upload
    When I skip assets upload
    Then I should see a message that all products assets were skipped
    And I should see create option enabled
    And I should see a table with products uploads to be created
    When I click create products
    Then I should see a confirmation modal
    When I click bulk View Digital Bulk Sessions in workstation
    Then I can verify job in sidebar


# TODO: find a way to verify products quickly
# When I wait for products to be created
# Then I can see my uploaded products completed in history
# When I search for a product in workstation
# Then I can see the product with all metadata with no assets