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

  Background: Log in and open Ad Reporting > Campaign page
    Given an orchard employee fansifter-set-2-4-aries for fansifter
    When I log in
    And I open Ad Reporting page
    Then I receive "reports" data from backend
    When I click Campaigns tab
    Then I receive "campaigns" data from backend
    When I open any available campaign
    Then I receive "campaign" data from backend

  @FS-3114
  @FS-3128
  @id_ea6627949bff5ec7501c1cce3dadef6902da6ff96fc684c97a8bf8b5dc1dba13
  Scenario: Ad Reporting > Campaign overview Data and Design
    Then all campaign page tabs are shown
    And campaign data is correctly shown in the page
    And Campaign's "Overview" tab is active

  @FS-3150
  @FS-3151
  @id_3669602665f8c0c1757aefd6175d2808911725a9cec37bf4886483681658939a
  Scenario: Ad Reporting > Campaign Ad Sets tab Data and Design
    When I click on campaign'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 campaign'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
