Skip to content

Instantly share code, notes, and snippets.

@jkdeveyra
Created October 26, 2015 06:41
Show Gist options
  • Save jkdeveyra/8ec3a0b333f4adb081dc to your computer and use it in GitHub Desktop.
Save jkdeveyra/8ec3a0b333f4adb081dc to your computer and use it in GitHub Desktop.
Feature: Display Headlines
# Related tickets: HAT-189
Scenario Outline: Show list of categories in headline
Given user is logged in
* all campaigns are unapproved
* approved campaign exists with details:
| Title | Campaign 1 |
| Start Date | 01/01/2015 |
| End Date | 12/31/2015 |
* has category values:
| Driver | Category | Tag |
| MED | MED_DIR | Package |
| MED | MED_ONL | Static |
| MED | MED_EVE | Webinars |
| MED | MED_MOB | SMS |
| MED | MED_RAD | Live read |
When I am on the "<PathName>" page
Then I should see "Including: Direct Mail, Online Display, Events..."
Then I should see the following:
| 1 Direct Mail |
| 1 Online Display |
| 1 Event |
| 1 Mobile |
| 1 Radio |
Examples:
| PathName |
| Dashboard |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment