@deprecated
@fansifter
@ad-reporting-page
Feature: Ad Reporting Campaign page Data and Design verifications

  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
    And I click Campaigns tab
    Then I receive campaigns data from backend
    And I open any available campaign

  @FS-3114
  @FS-3128
  @id_ea6627949bff5ec7501c1cce3dadef6902da6ff96fc684c97a8bf8b5dc1dba13
  Scenario: Ad Reporting > Campaign overview Data and Design
    When I receive "campaign" data from backend
    Then all campaign page tabs are shown
    And campaign data is correctly shown in the page

  @FS-3150
  @FS-3151
  @id_3669602665f8c0c1757aefd6175d2808911725a9cec37bf4886483681658939a
  Scenario: Ad Reporting > Campaign Ad Sets tab Data and Design
    When I click on campaigns's "Ad Sets" tab
    Then Campaign's "Ad Sets" tab is active
    And I receive ad sets data from backend
    And Campaign's "Ad Sets" filters are shown
    And Default Campaign's ad sets data is correctly shown in the table
    And Default columns in campaign's "Ad Sets" tab table are shown
    When I open Ad reporting Customize table modal
    Then I select all columns and save changes
    And All Campaign's ad sets data is correctly shown in the table
    And All columns in campaign's "Ad Sets" tab table are shown

  @FS-3152
  @FS-3153
  @id_2c1ce025d9ae5eeae9864c3de3f8b5f3439ea383476a6c2ee8aa67e8f093d401
  Scenario: Ad Reporting > Campaign Ads tab Data and Design
    When I click on campaigns's "Ads" tab
    Then Campaign's "Ads" tab is active
    And I receive ads data from backend
    And Campaign's "Ads" filters are shown
    And Default columns in campaign's "Ads" tab table are shown
    And Default Campaign's 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 campaign's "Ads" tab table are shown
    And All Campaign's ads data is correctly shown in the table
