@deprecated
@fansifter
@ad-reporting-page
@ows_dmp
Feature: Ad Reporting page data and design verification

  Background: Log in and open Ad Reporting page
    Given an orchard employee fansifter-set-2-4-aries for fansifter
    When I log in to fansifter silently
    And I open Ad Reporting page

  @FS-2716
  @FS-2695
  @FS-2683
  @id_1ce7d03a5125a7be572665da6ebcdc5e0e27394dcb1f63db2def1dcf5d7dcc96
  Scenario: Ad Reporting > Reports tab Data and Design
    When I receive reports data from backend
    Then Ad Reporting page title is shown in the header
    And Ad Reporting New Report button is shown in the header
    And All Ad Reporting tabs are shown
    And Reports tab is active
    And Reports filters are shown
    And Default columns in Reports table are exist
    And Default reports data is correctly shown in the table

  @FS-2648
  @FS-2625
  @id_f37a78a8853f06208641a11c40b7ec1a5955c9193223914090654becf2e9ecd1
  Scenario: Ad Reporting > Campaigns tab Data and Design
    When I click Campaigns tab
    Then I receive campaigns data from backend
    And Campaigns filters are shown
    And Default columns in Campaigns table are exist
    And Default campaigns data is correctly shown in the table
    When I open Ad reporting Customize table modal
    Then I select all columns and save changes
    And All columns in Campaigns table are exist
    And All campaigns data is correctly shown in the table

  @FS-2717
  @FS-2696
  @id_dbbf16c06571bda81096214d135fe90583853c8cfd715f90524a0222d0535b9a
  Scenario: Ad Reporting > Ad sets tab Data and Design
    When I click Ad Sets tab
    Then I receive ad sets data from backend
    And Ad Sets filters are shown
    And Default columns in Ad Sets table are exist
    And Default ad sets data is correctly shown in the table
    When I open Ad reporting Customize table modal
    Then I select all columns and save changes
    And All columns in Ad Sets table are exist
    And All ad sets data is correctly shown in the table

  @FS-2760
  @FS-2697
  @id_39fd5669d2fee99671846166a84a8c335fece874d80590c448ae6e446d09967f
  Scenario: Ad Reporting > Ads tab Data and Design
    When I click Ads tab
    Then I receive ads data from backend
    And Ads filters are shown
    And Default columns in Ads table are exist
    And Default ads data is correctly shown in the table
    When I open Ad reporting Customize table modal
    Then I select all columns and save changes
    And All columns in Ads table are exist
    And All ads data is correctly shown in the table
