@deprecated
@fansifter
@my-roster
@ows_dmp
Feature: My Roster

  Background: Log in
    Given an orchard employee fansifter-set-1-2-basic for fansifter
    And I log in to fansifter silently
    Then I am on My Roster page

  @FS-3557
  @id_170079b7ffd436f8945ca15c651340d074a40586f8c90e1405a9c74cf230b463
  Scenario: My Roster > Table Data & Design
    When I receive My Roster data from backend
    Then Default My Roster data is correctly shown in the table
    And I see all filters on My Roster page

  @FS-3558
  @id_bda0fdfec259a24939fb46bca31fd89cd9778786397d830c3d15bed5d272efd8
  Scenario: My Roster > Search and Filter
    When I receive My Roster data from backend
    And I search for "Wolfgang Amadeus Mozart" on My Roster page
    And I receive My Roster data from backend
    Then I see only "Wolfgang Amadeus Mozart" name in My Roster table
    And I clear all filters on My Roster page
    And I receive My Roster data from backend
    When I open My roster Customize table modal
    Then I select all columns and save changes
    When I select "Test Label" account on My Roster page
    Then I receive My Roster data from backend
    And I see only "Test Label" label in My Roster table
    And All My Roster data is correctly shown in the table
